From 8e2b2afc9d2129c4a503076d8d284aa343ea47c3 Mon Sep 17 00:00:00 2001 From: Inki Dae Date: Wed, 4 Apr 2018 13:04:33 +0900 Subject: [PATCH] ARM: tizen_tm1_defconfig: enable AUDITSYSCALL Enabled AUDITSYSCALL for the use of audit subsystem. A new security feature for Tizen 5.0 requires the subsystem in default. Change-Id: I4112a5ed4c6d232b77d0ba19f440cfdf4884249d Signed-off-by: Inki Dae --- arch/arm/configs/tizen_tm1_defconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/arm/configs/tizen_tm1_defconfig b/arch/arm/configs/tizen_tm1_defconfig index 5f43388..2ce25bf 100755 --- a/arch/arm/configs/tizen_tm1_defconfig +++ b/arch/arm/configs/tizen_tm1_defconfig @@ -46,7 +46,9 @@ CONFIG_SYSVIPC_SYSCTL=y # CONFIG_POSIX_MQUEUE is not set CONFIG_FHANDLE=y CONFIG_AUDIT=y -# CONFIG_AUDITSYSCALL is not set +CONFIG_AUDITSYSCALL=y +CONFIG_AUDIT_WATCH=y +CONFIG_AUDIT_TREE=y # CONFIG_AUDIT_LOGINUID_IMMUTABLE is not set CONFIG_HAVE_GENERIC_HARDIRQS=y -- 2.7.4