This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new c6bb5f59eb etc: apparmor.d: Fix "guix-daemon/guix-builder" policy.
c6bb5f59eb is described below

commit c6bb5f59eb2c1cb785997e990c710b5c68433fde
Author: Noé Lopez <[email protected]>
AuthorDate: Tue Jul 14 09:33:50 2026 +0200

    etc: apparmor.d: Fix "guix-daemon/guix-builder" policy.
    
    * etc/apparmor.d/guix-daemon (guix-builder)[/tmp/**]:
      Allow database locks and file operations.
    
    Fixes: https://codeberg.org/guix/guix/issues/8363
    Merges: https://codeberg.org/guix/guix/pulls/10017
    Tested-by: Owen T. Heisler <[email protected]>
    Signed-off-by: Nguyễn Gia Phong <[email protected]>
---
 etc/apparmor.d/guix-daemon | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/apparmor.d/guix-daemon b/etc/apparmor.d/guix-daemon
index 9ca9792030..49e8c402f1 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,
 

Reply via email to