diff options
author | Armin Kuster <akuster808@gmail.com> | 2019-08-09 08:57:56 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2019-08-09 08:57:56 -0700 |
commit | 0ed3d10c70b68913958b86257b957814c9c91e90 (patch) | |
tree | 0a5e61e14acefb652d3b9902271a4c472a61e7c8 | |
parent | 9549b76a9073bf7da9e3183f118c02bf365f8021 (diff) | |
download | meta-security-0ed3d10c70b68913958b86257b957814c9c91e90.tar.gz |
linux-%: remove kernel fragments now in cache
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | recipes-kernel/linux/linux-%.bbapend | 9 | ||||
-rw-r--r-- | recipes-kernel/linux/linux/apparmor.cfg | 9 | ||||
-rw-r--r-- | recipes-kernel/linux/linux/apparmor_on_boot.cfg | 1 | ||||
-rw-r--r-- | recipes-kernel/linux/linux/smack-default-lsm.cfg | 2 | ||||
-rw-r--r-- | recipes-kernel/linux/linux/smack.cfg | 7 |
5 files changed, 0 insertions, 28 deletions
diff --git a/recipes-kernel/linux/linux-%.bbapend b/recipes-kernel/linux/linux-%.bbapend deleted file mode 100644 index ec7adeb..0000000 --- a/recipes-kernel/linux/linux-%.bbapend +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/linux:" | ||
2 | |||
3 | SRC_URI += "\ | ||
4 | ${@bb.utils.contains('DISTRO_FEATURES', 'apparmor', ' file://apparmor.cfg', '', d)} \ | ||
5 | ${@bb.utils.contains('DISTRO_FEATURES', 'apparmor', ' file://apparmor_on_boot.cfg', '', d)} \ | ||
6 | ${@bb.utils.contains('DISTRO_FEATURES', 'smack', ' file://smack.cfg', '', d)} \ | ||
7 | ${@bb.utils.contains('DISTRO_FEATURES', 'smack', ' file://smack-default-lsm.cfg', '', d)} \ | ||
8 | ${@bb.utils.contains('DISTRO_FEATURES', 'yama', ' file://yama.cfg', '', d)} \ | ||
9 | " | ||
diff --git a/recipes-kernel/linux/linux/apparmor.cfg b/recipes-kernel/linux/linux/apparmor.cfg deleted file mode 100644 index ae6cdcd..0000000 --- a/recipes-kernel/linux/linux/apparmor.cfg +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
1 | CONFIG_AUDIT=y | ||
2 | CONFIG_SECURITY_PATH=y | ||
3 | CONFIG_SECURITY_APPARMOR=y | ||
4 | CONFIG_SECURITY_APPARMOR_HASH=y | ||
5 | CONFIG_SECURITY_APPARMOR_HASH_DEFAULT=y | ||
6 | CONFIG_INTEGRITY_AUDIT=y | ||
7 | CONFIG_DEFAULT_SECURITY_APPARMOR=y | ||
8 | CONFIG_DEFAULT_SECURITY="apparmor" | ||
9 | CONFIG_AUDIT_GENERIC=y | ||
diff --git a/recipes-kernel/linux/linux/apparmor_on_boot.cfg b/recipes-kernel/linux/linux/apparmor_on_boot.cfg deleted file mode 100644 index fc35740..0000000 --- a/recipes-kernel/linux/linux/apparmor_on_boot.cfg +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | CONFIG_SECURITY_APPARMOR_BOOTPARAM_VALUE=1 | ||
diff --git a/recipes-kernel/linux/linux/smack-default-lsm.cfg b/recipes-kernel/linux/linux/smack-default-lsm.cfg deleted file mode 100644 index b5c4845..0000000 --- a/recipes-kernel/linux/linux/smack-default-lsm.cfg +++ /dev/null | |||
@@ -1,2 +0,0 @@ | |||
1 | CONFIG_DEFAULT_SECURITY="smack" | ||
2 | CONFIG_DEFAULT_SECURITY_SMACK=y | ||
diff --git a/recipes-kernel/linux/linux/smack.cfg b/recipes-kernel/linux/linux/smack.cfg deleted file mode 100644 index 0d5fc64..0000000 --- a/recipes-kernel/linux/linux/smack.cfg +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | CONFIG_NETLABEL=y | ||
2 | CONFIG_SECURITY_NETWORK=y | ||
3 | # CONFIG_SECURITY_NETWORK_XFRM is not set | ||
4 | CONFIG_SECURITY_SMACK=y | ||
5 | CONFIG_SECURITY_SMACK_BRINGUP=y | ||
6 | CONFIG_SECURITY_SMACK_APPEND_SIGNALS=y | ||
7 | CONFIG_TMPFS_XATTR=y | ||