summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2022-06-08 16:38:55 -0700
committerArmin Kuster <akuster808@gmail.com>2022-06-18 06:48:22 -0700
commitb67b4cf5cafa5fb0c13dddc344ed286e7e6fcc72 (patch)
tree53d23777ebcacde91cdecd0977bcb61438546d2e
parentb0b626721ecbd8ff854d0f532c9894d280f9bc40 (diff)
downloadmeta-security-b67b4cf5cafa5fb0c13dddc344ed286e7e6fcc72.tar.gz
apparmor: fix ownership issues
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--recipes-mac/AppArmor/apparmor_3.0.4.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-mac/AppArmor/apparmor_3.0.4.bb b/recipes-mac/AppArmor/apparmor_3.0.4.bb
index 046a3a0..896abfe 100644
--- a/recipes-mac/AppArmor/apparmor_3.0.4.bb
+++ b/recipes-mac/AppArmor/apparmor_3.0.4.bb
@@ -101,6 +101,8 @@ do_install () {
101 if ${@bb.utils.contains('DISTRO_FEATURES','systemd','true','false',d)}; then 101 if ${@bb.utils.contains('DISTRO_FEATURES','systemd','true','false',d)}; then
102 oe_runmake -C ${B}/parser DESTDIR="${D}" install-systemd 102 oe_runmake -C ${B}/parser DESTDIR="${D}" install-systemd
103 fi 103 fi
104 chown root:root -R ${D}/${sysconfdir}/apparmor.d
105 chown root:root -R ${D}/${datadir}/apparmor
104} 106}
105 107
106#Building ptest on arm fails. 108#Building ptest on arm fails.