Browse Source

* changed GRSECURITY module into a SECURITY choice between grsec and rsbac

legacy/multilib
Alejandro Mery 19 years ago
parent
commit
aab224703e
3 changed files with 12 additions and 1 deletions
  1. +2
    -1
      pkgsel/Base/Security/SECURITY.grsec.choice
  2. +4
    -0
      pkgsel/Base/Security/SECURITY.none.choice
  3. +6
    -0
      pkgsel/Base/Security/SECURITY.rsbac.choice

pkgsel/Base/Security/grsecurity.ask → pkgsel/Base/Security/SECURITY.grsec.choice

@ -1,4 +1,5 @@
#Description: grsecurity support
#Default: 1
#Dependencies: BOOT!=vserver
X grsecurity
- rsbac

+ 4
- 0
pkgsel/Base/Security/SECURITY.none.choice

@ -0,0 +1,4 @@
#Description: No third-party Linux security extension
- grsecurity
- rsbac

+ 6
- 0
pkgsel/Base/Security/SECURITY.rsbac.choice

@ -0,0 +1,6 @@
#Description: RSBAC Support
#Dependencies: BOOT!=vserver
#Default: rsbac
X rsbac
- grsecurity

Loading…
Cancel
Save