Skip to content

Commit 8e3de3d

Browse files
committed
Disable apparmor in systemd
This is so `make systemd-dirclean` works, and doesn't automatically enable apparmor because output/staging/ includes libapparmor.so after a full build
1 parent 9e3c6bb commit 8e3de3d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

buildroot/package/systemd/systemd.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ SYSTEMD_CONF_OPTS += \
4141
-Dumount-path=/usr/bin/umount \
4242
-Dnobody-group=nogroup \
4343
-Didn=true \
44-
-Dnss-systemd=true
44+
-Dnss-systemd=true \
45+
-Dapparmor=false
4546

4647
ifeq ($(BR2_PACKAGE_ACL),y)
4748
SYSTEMD_DEPENDENCIES += acl

0 commit comments

Comments
 (0)