diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2023-05-12 17:24:39 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2023-05-13 09:17:15 +0200 |
commit | 79255d86ba79bd848ef6bf44ba0452c5bf8e77c1 (patch) | |
tree | 9edf876ad970fad17a85b56fe115ac002201eab2 /mkosi.conf.d/10-systemd.conf | |
parent | sulogin: Read SYSTEMD_SULOGIN_FORCE from kernel cmdline (diff) | |
download | systemd-79255d86ba79bd848ef6bf44ba0452c5bf8e77c1.tar.xz systemd-79255d86ba79bd848ef6bf44ba0452c5bf8e77c1.zip |
mkosi: Do not enable ACL usage by default
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.
Diffstat (limited to '')
-rw-r--r-- | mkosi.conf.d/10-systemd.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mkosi.conf.d/10-systemd.conf b/mkosi.conf.d/10-systemd.conf index d82a59dd03..41a8c2e856 100644 --- a/mkosi.conf.d/10-systemd.conf +++ b/mkosi.conf.d/10-systemd.conf @@ -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. |