diff options
| author | Armin Kuster <akuster808@gmail.com> | 2017-08-28 09:56:56 -0700 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2017-08-31 22:10:50 -0700 |
| commit | b82ed2caf97fdb50aa03841f8b0c8bfdf2b2dc40 (patch) | |
| tree | 5f7f58fac0c63c0f4d02fb39036c4f8e428944cf /recipes-kernel | |
| parent | 8d5ca33a50f19e1959c5041d57f6bf5f4f7612fa (diff) | |
| download | meta-security-b82ed2caf97fdb50aa03841f8b0c8bfdf2b2dc40.tar.gz | |
linux-yocto: add 4.12 bbappends
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'recipes-kernel')
4 files changed, 33 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-yocto-4.12/apparmor.cfg b/recipes-kernel/linux/linux-yocto-4.12/apparmor.cfg new file mode 100644 index 0000000..1dc4168 --- /dev/null +++ b/recipes-kernel/linux/linux-yocto-4.12/apparmor.cfg | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | CONFIG_AUDIT=y | ||
| 2 | CONFIG_AUDITSYSCALL=y | ||
| 3 | CONFIG_AUDIT_WATCH=y | ||
| 4 | CONFIG_AUDIT_TREE=y | ||
| 5 | # CONFIG_NETFILTER_XT_TARGET_AUDIT is not set | ||
| 6 | CONFIG_SECURITY_PATH=y | ||
| 7 | # CONFIG_SECURITY_SELINUX is not set | ||
| 8 | CONFIG_SECURITY_APPARMOR=y | ||
| 9 | CONFIG_SECURITY_APPARMOR_BOOTPARAM_VALUE=1 | ||
| 10 | CONFIG_SECURITY_APPARMOR_HASH=y | ||
| 11 | CONFIG_SECURITY_APPARMOR_HASH_DEFAULT=y | ||
| 12 | CONFIG_INTEGRITY_AUDIT=y | ||
| 13 | # CONFIG_DEFAULT_SECURITY_APPARMOR is not set | ||
diff --git a/recipes-kernel/linux/linux-yocto-4.12/smack-default-lsm.cfg b/recipes-kernel/linux/linux-yocto-4.12/smack-default-lsm.cfg new file mode 100644 index 0000000..b5c4845 --- /dev/null +++ b/recipes-kernel/linux/linux-yocto-4.12/smack-default-lsm.cfg | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | CONFIG_DEFAULT_SECURITY="smack" | ||
| 2 | CONFIG_DEFAULT_SECURITY_SMACK=y | ||
diff --git a/recipes-kernel/linux/linux-yocto-4.12/smack.cfg b/recipes-kernel/linux/linux-yocto-4.12/smack.cfg new file mode 100644 index 0000000..62f465a --- /dev/null +++ b/recipes-kernel/linux/linux-yocto-4.12/smack.cfg | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | CONFIG_IP_NF_SECURITY=m | ||
| 2 | CONFIG_IP6_NF_SECURITY=m | ||
| 3 | CONFIG_EXT2_FS_SECURITY=y | ||
| 4 | CONFIG_EXT3_FS_SECURITY=y | ||
| 5 | CONFIG_EXT4_FS_SECURITY=y | ||
| 6 | CONFIG_SECURITY=y | ||
| 7 | CONFIG_SECURITY_SMACK=y | ||
| 8 | CONFIG_TMPFS_XATTR=y | ||
diff --git a/recipes-kernel/linux/linux-yocto_4.12.bbappend b/recipes-kernel/linux/linux-yocto_4.12.bbappend new file mode 100644 index 0000000..0e610d4 --- /dev/null +++ b/recipes-kernel/linux/linux-yocto_4.12.bbappend | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-4.10:" | ||
| 2 | |||
| 3 | SRC_URI += "\ | ||
| 4 | ${@bb.utils.contains('DISTRO_FEATURES', 'apparmor', ' file://apparmor.cfg', '', d)} \ | ||
| 5 | " | ||
| 6 | |||
| 7 | SRC_URI += "\ | ||
| 8 | ${@bb.utils.contains('DISTRO_FEATURES', 'smack', ' file://smack.cfg', '', d)} \ | ||
| 9 | ${@bb.utils.contains('DISTRO_FEATURES', 'smack', ' file://smack-default-lsm.cfg', '', d)} \ | ||
| 10 | " | ||
