[arch-commits] Commit in linux-grsec/trunk (PKGBUILD)

Daniel Micay thestinger at nymeria.archlinux.org
Fri May 23 09:43:06 UTC 2014


    Date: Friday, May 23, 2014 @ 11:43:05
  Author: thestinger
Revision: 111746

add optional dependencies on gradm and paxd

Modified:
  linux-grsec/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-23 04:07:54 UTC (rev 111745)
+++ PKGBUILD	2014-05-23 09:43:05 UTC (rev 111746)
@@ -165,7 +165,9 @@
   pkgdesc="The Linux kernel and modules with grsecurity/PaX patches"
   [ "${pkgbase}" = "linux" ] && groups=('base')
   depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7')
-  optdepends=('crda: to set the correct wireless channels of your country')
+  optdepends=('crda: to set the correct wireless channels of your country'
+              'gradm: to configure and enable Role Based Access Control (RBAC)'
+              'paxd: to enable PaX exploit mitigations and apply exceptions automatically')
   provides=("kernel26${_kernelname}=${_pkgver}")
   conflicts=("kernel26${_kernelname}")
   replaces=("kernel26${_kernelname}")




More information about the arch-commits mailing list