NixOS Hardening: Difference between revisions
Add categories |
Link to Security#AppArmor |
||
| Line 227: | Line 227: | ||
=== AppArmor === | === AppArmor === | ||
See [[Security#AppArmor]] for more details. | |||
<syntaxhighlight lang="nix"> | <syntaxhighlight lang="nix"> | ||
security.apparmor.enable = true; | security.apparmor.enable = true; | ||