]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
Add acl to tools tree
authorSeptatrix <24257556+Septatrix@users.noreply.github.com>
Sat, 10 Feb 2024 19:19:15 +0000 (20:19 +0100)
committerJörg Behrmann <behrmann@physik.fu-berlin.de>
Sat, 10 Feb 2024 21:05:07 +0000 (22:05 +0100)
This is required when using the --acl option

mkosi/resources/mkosi-tools/mkosi.conf
mkosi/resources/mkosi.md

index 9adaab576b3ae685761cfa590130e2a439544ca1..7f52f3b53319112e5fdf2580ca86cae5d810ca75 100644 (file)
@@ -7,6 +7,7 @@ ManifestFormat=
 [Content]
 Bootable=no
 Packages=
+        acl
         bash
         bubblewrap
         ca-certificates
index db9fa867aa5a0f8e776854b4bc1e0503f1e121c6..301ed45fcca405e741f65e910899102d168f3cd8 100644 (file)
@@ -1568,6 +1568,7 @@ boolean argument: either `1`, `yes`, or `true` to enable, or `0`, `no`,
 
   |                         | Fedora | CentOS | Debian | Ubuntu | Arch | openSUSE |
   |-------------------------|--------|--------|--------|--------|------|----------|
+  | `acl`                   | X      | X      | X      | X      | X    | X        |
   | `apt`                   | X      | X      | X      | X      | X    |          |
   | `archlinux-keyring`     | X      |        | X      | X      | X    |          |
   | `bash`                  | X      | X      | X      | X      | X    | X        |