mirror of
https://git.yoctoproject.org/meta-security
synced 2026-01-12 03:10:13 +00:00
apparmor: fix ownership issues
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -101,6 +101,8 @@ do_install () {
|
||||
if ${@bb.utils.contains('DISTRO_FEATURES','systemd','true','false',d)}; then
|
||||
oe_runmake -C ${B}/parser DESTDIR="${D}" install-systemd
|
||||
fi
|
||||
chown root:root -R ${D}/${sysconfdir}/apparmor.d
|
||||
chown root:root -R ${D}/${datadir}/apparmor
|
||||
}
|
||||
|
||||
#Building ptest on arm fails.
|
||||
|
||||
Reference in New Issue
Block a user