diff options
| author | Armin Kuster <akuster808@gmail.com> | 2019-08-09 08:57:56 -0700 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2019-08-15 20:10:26 -0700 |
| commit | 8f8a42eec8141d676949aad5697e88d7efd00373 (patch) | |
| tree | 7b77ef9a18fec36dd8ba3f9f0914072d3d3dbd35 | |
| parent | 26e306b9d2bcfb3d0c961774aef5c874ebdb7b1b (diff) | |
| download | meta-security-8f8a42eec8141d676949aad5697e88d7efd00373.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 | ||
