Skip to content

Commit 54900d2

Browse files
committed
guix: update apparmor profile
1 parent 9869f75 commit 54900d2

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

contrib/guix/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,9 @@ To work around this issue, you need to create a permissive AppArmor profile for
6262
```bash
6363
$ apt install apparmor-utils
6464
$ cat <<EOL >> /etc/apparmor.d/guix
65-
abi <abi/4.0>,
65+
abi <abi/3.0>,
6666
include <tunables/global>
67-
68-
profile guix /usr/bin/guix flags=(unconfined) {
67+
profile guix /gnu/store/{*-guix-command,*/bin/guix-daemon,*/bin/guix,*/bin/guile} flags=(unconfined) {
6968
userns,
7069
include if exists <local/guix>
7170
}

0 commit comments

Comments
 (0)