Hi, this one-line patch fixes some `guix system` commands on foreign
distros. It was written by the original author of the AppArmor profile
and I have tested it. Would it be possible to get it merged? See the
corresponding issue and pull request:

- <https://codeberg.org/guix/guix/issues/8363>
- <https://codeberg.org/guix/guix/pulls/10017>

```patch
diff --git a/etc/apparmor.d/guix-daemon b/etc/apparmor.d/guix-daemon
index 9ca9792030a..49e8c402f1b 100644
--- a/etc/apparmor.d/guix-daemon
+++ b/etc/apparmor.d/guix-daemon
@@ -51,7 +51,7 @@ profile guix-daemon
@{guix_storedir}/*-{guix-daemon,guix}-*/bin/guix-daemon flag

     @{guix_storedir}/** rwlmkux,

-    owner /tmp/** rwux,
+    owner /tmp/** rwklmux,

     @{PROC}/@{pid}/fd/ r,
```

Thanks,
Owen

Reply via email to