fix all apparmor profiles just being complain mode
This commit is contained in:
parent
1e9f12df9f
commit
befdc89ae2
2 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ buildGoModule {
|
|||
postInstall = ''
|
||||
mkdir -p $out/etc
|
||||
|
||||
DISTRIBUTION=arch $out/bin/prebuild --complain --abi 4 # fixme: replace with nixos support once available
|
||||
DISTRIBUTION=arch $out/bin/prebuild --abi 4 # fixme: replace with nixos support once available
|
||||
|
||||
mv .build/apparmor.d $out/etc
|
||||
rm $out/bin/prebuild
|
||||
|
|
|
@ -16,7 +16,7 @@ in
|
|||
security.auditd.enable = true;
|
||||
|
||||
security.apparmor.enable = true;
|
||||
# security.apparmor.enableCache = true;
|
||||
security.apparmor.enableCache = true;
|
||||
|
||||
security.apparmor_d = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue