diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-06-01 10:50:04 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-06-01 11:47:51 +0000 |
commit | 3dd682540091a579188076db96c77c4758a4f352 (patch) | |
tree | 61914855cea685136d12957a9916568846c0df62 /main/linux-grsec/config-grsec.x86_64 | |
parent | 98a8127e02e2b37c1d315238691d6b9629d30e53 (diff) | |
download | aports-3dd682540091a579188076db96c77c4758a4f352.tar.bz2 aports-3dd682540091a579188076db96c77c4758a4f352.tar.xz |
main/linux-grsec: remove support for sysctl syscall
The syscall is obsolete and unmaintained upstream.
Diffstat (limited to 'main/linux-grsec/config-grsec.x86_64')
-rw-r--r-- | main/linux-grsec/config-grsec.x86_64 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/linux-grsec/config-grsec.x86_64 b/main/linux-grsec/config-grsec.x86_64 index 2011bab9a1..1e54743a81 100644 --- a/main/linux-grsec/config-grsec.x86_64 +++ b/main/linux-grsec/config-grsec.x86_64 @@ -191,7 +191,7 @@ CONFIG_UID16=y CONFIG_MULTIUSER=y # CONFIG_SGETMASK_SYSCALL is not set # CONFIG_SYSFS_SYSCALL is not set -CONFIG_SYSCTL_SYSCALL=y +# CONFIG_SYSCTL_SYSCALL is not set CONFIG_KALLSYMS=y CONFIG_KALLSYMS_ALL=y CONFIG_PRINTK=y |