These config fragments are already include through meta-intel-iot-security. Also... 49/8549/2
authorNathan Illerbrun <nillerbrun@gmail.com>
Tue, 21 Feb 2017 21:07:11 +0000 (13:07 -0800)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 1 Mar 2017 16:09:03 +0000 (16:09 +0000)
Change-Id: Ic14d0dffac93173e0b840294b0edeaee69be1ca7
Signed-off-by: Nathan Illerbrun <nillerbrun@gmail.com>
meta-agl-bsp/meta-boundary/recipes-kernel/linux/files/hid.cfg
meta-agl-bsp/meta-boundary/recipes-kernel/linux/files/smack-default-lsm.cfg [deleted file]
meta-agl-bsp/meta-boundary/recipes-kernel/linux/files/smack.cfg [deleted file]
meta-agl-bsp/meta-boundary/recipes-kernel/linux/linux-boundary_4.1.15.bbappend

diff --git a/meta-agl-bsp/meta-boundary/recipes-kernel/linux/files/smack-default-lsm.cfg b/meta-agl-bsp/meta-boundary/recipes-kernel/linux/files/smack-default-lsm.cfg
deleted file mode 100644 (file)
index 5914b3f..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-CONFIG_DEFAULT_SECURITY="smack"
-CONFIG_DEFAULT_SECURITY_SMACK=y
-# CONFIG_DEFAULT_SECURITY_SELINUX is not set
-# CONFIG_DEFAULT_SECURITY_APPARMOR is not set
-# CONFIG_DEFAULT_SECURITY_YAMA is not set
-# CONFIG_DEFAULT_SECURITY_DAC is not set
\ No newline at end of file
diff --git a/meta-agl-bsp/meta-boundary/recipes-kernel/linux/files/smack.cfg b/meta-agl-bsp/meta-boundary/recipes-kernel/linux/files/smack.cfg
deleted file mode 100644 (file)
index 62f465a..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-CONFIG_IP_NF_SECURITY=m
-CONFIG_IP6_NF_SECURITY=m
-CONFIG_EXT2_FS_SECURITY=y
-CONFIG_EXT3_FS_SECURITY=y
-CONFIG_EXT4_FS_SECURITY=y
-CONFIG_SECURITY=y
-CONFIG_SECURITY_SMACK=y
-CONFIG_TMPFS_XATTR=y
index ab9db01..8cadbba 100644 (file)
@@ -1,5 +1,7 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
 
+DEPENDS += "kern-tools-native"
+
 # Enable support for AR9271
 SRC_URI_append = " file://ath9k_htc.cfg"
 
@@ -15,10 +17,6 @@ SRC_URI_append = " file://hid.cfg"
 # Enable support for RTLSDR
 SRC_URI_append = " file://rtl_sdr.cfg"
 
-# Set security default to SMACK
-SRC_URI_append = " file://smack.cfg"
-SRC_URI_append = " file://smack-default-lsm.cfg"
-
 # returns all the elements from the src uri that are .cfg files
 def find_cfgs(d):
     sources=src_patches(d, True)