]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
mkosi: Do not enable ACL usage by default
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 12 May 2023 15:24:39 +0000 (17:24 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Sat, 13 May 2023 07:17:15 +0000 (09:17 +0200)
This is only useful to be able to remove generated files using rm -rf
instead of mkosi clean and has some implications for the generated
rootfs so let's not enable it by default.

mkosi.conf.d/10-systemd.conf

index d82a59dd036d75e9b3ba78ed598767a3041dfa26..41a8c2e856cdb7e81728df47881b0cad8b2c3026 100644 (file)
@@ -12,7 +12,6 @@ BuildDirectory=mkosi.builddir
 CacheDirectory=mkosi.cache
 
 [Host]
-Acl=yes
 QemuMem=2G
 ExtraSearchPaths=build/
 # Make sure we don't trigger systemd-firstboot prompting for the root password.