summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Iooss2017-05-17 23:48:21 +0200
committerNicolas Iooss2017-05-17 23:48:21 +0200
commitaae4923a95a61f86a319b33a9ff704346b954c38 (patch)
tree9464ef75aa6ddba25a422a16fa62f441811b27cd /PKGBUILD
parent96125f1f3496443a808fa73c59c2132a90453970 (diff)
downloadaur-aae4923a95a61f86a319b33a9ff704346b954c38.tar.gz
selinux-refpolicy-src: move linux-selinux to optional dependencies
linux-hardened or an other custom kernel can be installed too in order to provide a kernel with SELinux.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5258e797fdd6..3b0f3c013b97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,8 @@ arch=('any')
url="https://github.com/TresysTechnology/refpolicy/wiki"
license=('GPL')
groups=('selinux' 'selinux-policies')
-depends=('linux-selinux')
+optdepends=('linux-hardened: Linux kernel with SELinux support'
+ 'linux-selinux: Linux kernel with SELinux support')
makedepends=('checkpolicy>=2.1.8' 'policycoreutils>=2.1.10'
'libsepol>=2.1.4' 'libsemanage>=2.0.29')
source=("https://raw.githubusercontent.com/wiki/TresysTechnology/${_origname}/files/${_origname}-2.${pkgver}.tar.bz2")