diff options
| author | Armin Kuster <akuster808@gmail.com> | 2022-02-27 20:56:03 -0800 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2022-03-11 21:08:22 -0800 |
| commit | 048cc16aefaa989ece219557491025aa4e571edf (patch) | |
| tree | 9c90f103a666c753f60aab62b475a0196d39e2bd | |
| parent | 0272f7ff020d5878c0f52b5c8a1b17d1b6a3a37a (diff) | |
| download | meta-security-048cc16aefaa989ece219557491025aa4e571edf.tar.gz | |
layer.conf: enable apparmor for qemu machine
Signed-off-by: Armin Kuster <akuster808@gmail.com>
| -rw-r--r-- | conf/layer.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index 1f83593..21f03d1 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
| @@ -16,3 +16,6 @@ LAYERDEPENDS_security = "core openembedded-layer perl-layer networking-layer met | |||
| 16 | # Sanity check for meta-security layer. | 16 | # Sanity check for meta-security layer. |
| 17 | # Setting SKIP_META_SECURITY_SANITY_CHECK to "1" would skip the bbappend files check. | 17 | # Setting SKIP_META_SECURITY_SANITY_CHECK to "1" would skip the bbappend files check. |
| 18 | INHERIT += "sanity-meta-security" | 18 | INHERIT += "sanity-meta-security" |
| 19 | |||
| 20 | QB_KERNEL_CMDLINE_APPEND = " ${@bb.utils.contains('DISTRO_FEATURES', 'apparmor', 'apparmor=1 security=apparmor', '', d)}" | ||
| 21 | |||
