nixos/apparmor: use security.lsm option
This commit is contained in:
@@ -200,10 +200,8 @@ in
|
||||
sed '1,/\[qualifiers\]/d' $footer >> $out
|
||||
'';
|
||||
|
||||
boot.kernelParams = [
|
||||
"apparmor=1"
|
||||
"security=apparmor"
|
||||
];
|
||||
boot.kernelParams = [ "apparmor=1" ];
|
||||
security.lsm = [ "apparmor" ];
|
||||
|
||||
systemd.services.apparmor = {
|
||||
after = [
|
||||
|
||||
Reference in New Issue
Block a user