~ruther/guix-local

ref: 8361b59fd4e918dbc30f33126862e3d60f7eda0e guix-local/etc/apparmor.d/guix -rw-r--r-- 403 bytes
8361b59f — Rutherther gnu: %desktop-services: Switch to GDM on 64-bit systems. a month ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
abi <abi/4.0>,

include <tunables/global>
include <tunables/guix>

# There’s no point in confining the guix executable, since it can run
# any user code and so everything is expected.  We just need to
# explicitly enable userns for systems with the
# kernel.apparmor_restrict_unprivileged_userns sysctl.
profile guix @{guix_storedir}/{*-guix-command,*-guix-*/bin/guix} flags=(unconfined) {
  userns,
}