summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarol Lewandowski <k.lewandowsk@samsung.com>2017-06-01 14:17:37 +0200
committerKarol Lewandowski <k.lewandowsk@samsung.com>2017-06-01 14:17:53 +0200
commit3b708aa85fd8c9ec92e17d2637aa2d352e5c8649 (patch)
tree480226f9ddbad5d0df3ff5443879463959a742a5
parent2460974d48a323bc82cdc54776f9a56cc2675a6b (diff)
downloadlinux-rpi3-3b708aa85fd8c9ec92e17d2637aa2d352e5c8649.tar.gz
linux-rpi3-3b708aa85fd8c9ec92e17d2637aa2d352e5c8649.tar.bz2
linux-rpi3-3b708aa85fd8c9ec92e17d2637aa2d352e5c8649.zip
ARM64: tizen_bcmrpi3_defcofig: enable audit subsystemsubmit/tizen/20170602.011039accepted/tizen/unified/20170602.154631
Syscall auditing is going to be used by fault detection service - faultd. Change-Id: Ifc6853e12fcc90497bd8a222eecb44fdd09f57ba Signed-off-by: Karol Lewandowski <k.lewandowsk@samsung.com>
-rw-r--r--arch/arm64/configs/tizen_bcmrpi3_defconfig9
1 files changed, 8 insertions, 1 deletions
diff --git a/arch/arm64/configs/tizen_bcmrpi3_defconfig b/arch/arm64/configs/tizen_bcmrpi3_defconfig
index fe2efcbd9397..f28f2bbbfd0a 100644
--- a/arch/arm64/configs/tizen_bcmrpi3_defconfig
+++ b/arch/arm64/configs/tizen_bcmrpi3_defconfig
@@ -56,8 +56,11 @@ CONFIG_POSIX_MQUEUE_SYSCTL=y
CONFIG_CROSS_MEMORY_ATTACH=y
CONFIG_FHANDLE=y
# CONFIG_USELIB is not set
-# CONFIG_AUDIT is not set
+CONFIG_AUDIT=y
CONFIG_HAVE_ARCH_AUDITSYSCALL=y
+CONFIG_AUDITSYSCALL=y
+CONFIG_AUDIT_WATCH=y
+CONFIG_AUDIT_TREE=y
#
# IRQ subsystem
@@ -701,6 +704,7 @@ CONFIG_NETFILTER_XTABLES=y
#
# Xtables targets
#
+# CONFIG_NETFILTER_XT_TARGET_AUDIT is not set
# CONFIG_NETFILTER_XT_TARGET_CLASSIFY is not set
# CONFIG_NETFILTER_XT_TARGET_CONNMARK is not set
# CONFIG_NETFILTER_XT_TARGET_HMARK is not set
@@ -3366,6 +3370,7 @@ CONFIG_SECURITY_NETWORK=y
CONFIG_HAVE_HARDENED_USERCOPY_ALLOCATOR=y
CONFIG_HAVE_ARCH_HARDENED_USERCOPY=y
# CONFIG_HARDENED_USERCOPY is not set
+# CONFIG_SECURITY_SELINUX is not set
CONFIG_SECURITY_SMACK=y
# CONFIG_SECURITY_SMACK_BRINGUP is not set
# CONFIG_SECURITY_SMACK_APPEND_SIGNALS is not set
@@ -3549,7 +3554,9 @@ CONFIG_CRC32_SLICEBY8=y
# CONFIG_CRC7 is not set
CONFIG_LIBCRC32C=y
# CONFIG_CRC8 is not set
+CONFIG_AUDIT_GENERIC=y
CONFIG_AUDIT_ARCH_COMPAT_GENERIC=y
+CONFIG_AUDIT_COMPAT_GENERIC=y
# CONFIG_RANDOM32_SELFTEST is not set
CONFIG_ZLIB_INFLATE=y
CONFIG_LZO_COMPRESS=y