summaryrefslogtreecommitdiff
path: root/sys-kernel/linux/files
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2017-12-24 17:29:20 +0100
committerKarel Kočí <cynerd@email.cz>2017-12-24 17:29:20 +0100
commit9cf2346c0d6266c84520d2d53ab8ebb4eb76ba4d (patch)
treeff71ae514150f786354b90671599dc3eca68b029 /sys-kernel/linux/files
parentd7ba76148225198f0056e9c68296e84baa224e52 (diff)
downloadgentoo-personal-overlay-9cf2346c0d6266c84520d2d53ab8ebb4eb76ba4d.tar.gz
gentoo-personal-overlay-9cf2346c0d6266c84520d2d53ab8ebb4eb76ba4d.tar.bz2
gentoo-personal-overlay-9cf2346c0d6266c84520d2d53ab8ebb4eb76ba4d.zip
Enable auditing in kernel for consolekit
Diffstat (limited to 'sys-kernel/linux/files')
-rw-r--r--sys-kernel/linux/files/overlay.config3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys-kernel/linux/files/overlay.config b/sys-kernel/linux/files/overlay.config
index 8e93b4a..2daf871 100644
--- a/sys-kernel/linux/files/overlay.config
+++ b/sys-kernel/linux/files/overlay.config
@@ -44,6 +44,9 @@ CONFIG_VGACON_SOFT_SCROLLBACK_SIZE=1024
# X input
CONFIG_INPUT_EVDEV=y
+# Consolekit
+CONFIG_AUDIT=y
+
# Build configuration into the kernel but as module
CONFIG_IKCONFIG=m
CONFIG_IKCONFIG_PROC=y