0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

nixos/apparmor: policy activation tristate and policy path support (#356796)

This commit is contained in:
Guillaume Girol 2024-12-17 19:56:13 +01:00 committed by GitHub
commit 03040e06fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 376 additions and 187 deletions

View file

@ -131,7 +131,7 @@ in {
apfs = runTest ./apfs.nix;
appliance-repart-image = runTest ./appliance-repart-image.nix;
appliance-repart-image-verity-store = runTest ./appliance-repart-image-verity-store.nix;
apparmor = handleTest ./apparmor.nix {};
apparmor = handleTest ./apparmor {};
archi = handleTest ./archi.nix {};
aria2 = handleTest ./aria2.nix {};
armagetronad = handleTest ./armagetronad.nix {};