nixos/apparmor: fix logprof.conf generation
This commit is contained in:
parent
fca06b142a
commit
27032f4dd6
@ -142,7 +142,7 @@ in
|
|||||||
passAsFile = [ "header" ];
|
passAsFile = [ "header" ];
|
||||||
} ''
|
} ''
|
||||||
cp $headerPath $out
|
cp $headerPath $out
|
||||||
sed -n '/\\[qualifiers\\]/,''${n;p}' $footer > $out
|
sed '1,/\[qualifiers\]/d' $footer >> $out
|
||||||
'';
|
'';
|
||||||
|
|
||||||
boot.kernelParams = [ "apparmor=1" "security=apparmor" ];
|
boot.kernelParams = [ "apparmor=1" "security=apparmor" ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user