apparmor
This commit is contained in:
parent
1722c0cf66
commit
13f7a67edd
2 changed files with 6 additions and 0 deletions
5
hosts/thinkpad/apparmor.nix
Normal file
5
hosts/thinkpad/apparmor.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ ... }:
|
||||
{
|
||||
security.apparmor.enable = true;
|
||||
security.apparmor.killUnconfinedConfinables = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue