[arch-commits] Commit in linux-grsec/trunk (config config.x86_64)

Daniel Micay thestinger at archlinux.org
Wed Dec 16 03:05:53 UTC 2015


    Date: Wednesday, December 16, 2015 @ 04:05:52
  Author: thestinger
Revision: 153413

enable CONFIG_BPF_SYSCALL

Modified:
  linux-grsec/trunk/config
  linux-grsec/trunk/config.x86_64

---------------+
 config        |    2 +-
 config.x86_64 |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: config
===================================================================
--- config	2015-12-16 02:59:38 UTC (rev 153412)
+++ config	2015-12-16 03:05:52 UTC (rev 153413)
@@ -196,7 +196,7 @@
 CONFIG_SIGNALFD=y
 CONFIG_TIMERFD=y
 CONFIG_EVENTFD=y
-# CONFIG_BPF_SYSCALL is not set
+CONFIG_BPF_SYSCALL=y
 CONFIG_SHMEM=y
 CONFIG_AIO=y
 CONFIG_ADVISE_SYSCALLS=y

Modified: config.x86_64
===================================================================
--- config.x86_64	2015-12-16 02:59:38 UTC (rev 153412)
+++ config.x86_64	2015-12-16 03:05:52 UTC (rev 153413)
@@ -204,7 +204,7 @@
 CONFIG_SIGNALFD=y
 CONFIG_TIMERFD=y
 CONFIG_EVENTFD=y
-# CONFIG_BPF_SYSCALL is not set
+CONFIG_BPF_SYSCALL=y
 CONFIG_SHMEM=y
 CONFIG_AIO=y
 CONFIG_ADVISE_SYSCALLS=y



More information about the arch-commits mailing list