diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-12-07 14:18:13 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-12-07 14:18:13 +0000 |
commit | b868fd504bdc0d6abede6b4ca4892405d9810560 (patch) | |
tree | 41e2151bc60da11a87d39698fafb42f086d1d629 /main/linux-grsec/kernelconfig.x86 | |
parent | 5d11ca20ed78fe4cf148648fd444beb45c2cbb58 (diff) | |
download | aports-b868fd504bdc0d6abede6b4ca4892405d9810560.tar.bz2 aports-b868fd504bdc0d6abede6b4ca4892405d9810560.tar.xz |
main/linux-grsec: enable grsecurity proc usergroup
All users in group number 700 will be able to see all process info,
network related stuff and kernel symbols.
ref #490
Diffstat (limited to 'main/linux-grsec/kernelconfig.x86')
-rw-r--r-- | main/linux-grsec/kernelconfig.x86 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/main/linux-grsec/kernelconfig.x86 b/main/linux-grsec/kernelconfig.x86 index 750db81bb..fd2f6ae82 100644 --- a/main/linux-grsec/kernelconfig.x86 +++ b/main/linux-grsec/kernelconfig.x86 @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# Linux kernel version: 2.6.35.7 -# Wed Oct 27 08:38:30 2010 +# Linux kernel version: 2.6.35.9 +# Tue Dec 7 13:46:27 2010 # # CONFIG_64BIT is not set CONFIG_X86_32=y @@ -4714,7 +4714,9 @@ CONFIG_GRKERNSEC_ACL_TIMEOUT=30 # Filesystem Protections # CONFIG_GRKERNSEC_PROC=y -CONFIG_GRKERNSEC_PROC_USER=y +# CONFIG_GRKERNSEC_PROC_USER is not set +CONFIG_GRKERNSEC_PROC_USERGROUP=y +CONFIG_GRKERNSEC_PROC_GID=700 CONFIG_GRKERNSEC_PROC_ADD=y CONFIG_GRKERNSEC_LINK=y CONFIG_GRKERNSEC_FIFO=y |