From: DaanDeMeyer Date: Fri, 18 Jul 2025 08:26:40 +0000 (+0200) Subject: man: Clarify that apparmor needs resolved path to mkosi X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F3815%2Fhead;p=thirdparty%2Fmkosi.git man: Clarify that apparmor needs resolved path to mkosi --- diff --git a/mkosi/resources/man/mkosi.1.md b/mkosi/resources/man/mkosi.1.md index 2e9b9920a..9fc38ad84 100644 --- a/mkosi/resources/man/mkosi.1.md +++ b/mkosi/resources/man/mkosi.1.md @@ -3185,14 +3185,14 @@ For other systems, try researching the `kernel.unprivileged_userns_clone` or For Ubuntu systems, you can remove the restrictions for **mkosi** by adapting this snippet to point to your **mkosi** binary, copying it to -`/etc/apparmor.d/path.to.mkosi`, and then running `systemctl reload apparmor`: +`/etc/apparmor.d/resolved.path.to.mkosi`, and then running `systemctl reload apparmor`: ``` abi , include -/path/to/mkosi flags=(default_allow) { +/resolved/path/to/mkosi flags=(default_allow) { userns, } ```