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;
|
||||||
|
}
|
||||||
|
|
@ -10,6 +10,7 @@
|
||||||
[ (import ./kernel.nix) ] ++
|
[ (import ./kernel.nix) ] ++
|
||||||
[ (import ./auditd.nix) ] ++
|
[ (import ./auditd.nix) ] ++
|
||||||
[ (import ./openssh.nix) ] ++
|
[ (import ./openssh.nix) ] ++
|
||||||
|
[ (import ./apparmor.nix) ] ++
|
||||||
[ (import ../../modules/desktop/hyprland/default.nix) ]; # Window Manager
|
[ (import ../../modules/desktop/hyprland/default.nix) ]; # Window Manager
|
||||||
|
|
||||||
hardware.sane = {
|
hardware.sane = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue