diff options
| author | Noé Lopez <noelopez@free.fr> | 2026-07-14 09:33:50 +0200 |
|---|---|---|
| committer | Nguyễn Gia Phong <cnx@loang.net> | 2026-07-27 10:20:15 +0900 |
| commit | c6bb5f59eb2c1cb785997e990c710b5c68433fde (patch) | |
| tree | 99015102aedb882af74b917313acd95e4afe950d /etc | |
| parent | fb64875a0f9d2e170dd6dde0a83026c26406c7a4 (diff) | |
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 <writer@owenh.net>
Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/apparmor.d/guix-daemon | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 51 | 51 | ||
| 52 | @{guix_storedir}/** rwlmkux, | 52 | @{guix_storedir}/** rwlmkux, |
| 53 | 53 | ||
| 54 | owner /tmp/** rwux, | 54 | owner /tmp/** rwklmux, |
| 55 | 55 | ||
| 56 | @{PROC}/@{pid}/fd/ r, | 56 | @{PROC}/@{pid}/fd/ r, |
| 57 | 57 | ||
