nixos/apparmor: fix syntax in abstractions/bash
This commit is contained in:
parent
9145e6df84
commit
ad7ffe3a7c
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ config.security.apparmor.includes = {
|
|||
|
||||
# bash inspects filesystems at startup
|
||||
# and /etc/mtab is linked to /proc/mounts
|
||||
@{PROC}/mounts
|
||||
r @{PROC}/mounts,
|
||||
|
||||
# system-wide bash configuration
|
||||
'' + lib.concatMapStringsSep "\n" etcRule [
|
||||
|
|
Loading…
Reference in a new issue