mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-07 05:30:38 +02:00
* etc/apparmor.d/guix, etc/teams/release/artifacts-manifest.scm: Fix misspellings in comments. Change-Id: Iff757784cc82968c25004bdb430f1ae3ad44624e
12 lines
403 B
Plaintext
12 lines
403 B
Plaintext
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,
|
||
} |