diff options
author | Rafal Krypa <r.krypa@samsung.com> | 2016-12-13 12:37:32 +0100 |
---|---|---|
committer | Seung-Woo Kim <sw0312.kim@samsung.com> | 2016-12-15 17:17:34 -0800 |
commit | 797e0e7af1ac4d3d94f278fe170adbf90422bb60 (patch) | |
tree | c80979fda2c22ea9d64c10f353e121b1570f316b | |
parent | 226924813c02e7f4eb701478cff8c119efc34f8a (diff) | |
download | linux-exynos-797e0e7af1ac4d3d94f278fe170adbf90422bb60.tar.gz linux-exynos-797e0e7af1ac4d3d94f278fe170adbf90422bb60.tar.bz2 linux-exynos-797e0e7af1ac4d3d94f278fe170adbf90422bb60.zip |
ARM: tizen_{odroid,tm2}_defconfig: enable SECURITY_SMACK_APPEND_SIGNALSsubmit/tizen/20161216.052309accepted/tizen/wearable/20161216.084351accepted/tizen/tv/20161216.084333accepted/tizen/mobile/20161216.084214accepted/tizen/ivi/20161216.084414accepted/tizen/common/20161219.151653
Change-Id: I2a6a9380323f780d327e5e57009ab2edc6aae399
Signed-off-by: Rafal Krypa <r.krypa@samsung.com>
-rw-r--r-- | arch/arm/configs/tizen_odroid_defconfig | 1 | ||||
-rw-r--r-- | arch/arm64/configs/tizen_tm2_defconfig | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/tizen_odroid_defconfig b/arch/arm/configs/tizen_odroid_defconfig index c1a5b428e837..d9354d21a5c1 100644 --- a/arch/arm/configs/tizen_odroid_defconfig +++ b/arch/arm/configs/tizen_odroid_defconfig @@ -4413,6 +4413,7 @@ CONFIG_SECURITY_NETWORK=y CONFIG_SECURITY_SMACK=y # CONFIG_SECURITY_SMACK_BRINGUP is not set CONFIG_SECURITY_SMACK_NETFILTER=y +CONFIG_SECURITY_SMACK_APPEND_SIGNALS=y # CONFIG_SECURITY_SMACK_PERMISSIVE_MODE is not set # CONFIG_SECURITY_TOMOYO is not set # CONFIG_SECURITY_APPARMOR is not set diff --git a/arch/arm64/configs/tizen_tm2_defconfig b/arch/arm64/configs/tizen_tm2_defconfig index 8b3ae7da40ea..46ec89731c69 100644 --- a/arch/arm64/configs/tizen_tm2_defconfig +++ b/arch/arm64/configs/tizen_tm2_defconfig @@ -4504,6 +4504,7 @@ CONFIG_SECURITY_NETWORK=y CONFIG_SECURITY_SMACK=y # CONFIG_SECURITY_SMACK_BRINGUP is not set CONFIG_SECURITY_SMACK_NETFILTER=y +CONFIG_SECURITY_SMACK_APPEND_SIGNALS=y # CONFIG_SECURITY_SMACK_PERMISSIVE_MODE is not set # CONFIG_SECURITY_TOMOYO is not set # CONFIG_SECURITY_APPARMOR is not set |