0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

security/wrappers: remove C compiler from the nixos/security.wrappers AppArmor profile

This commit is contained in:
Julien Moutinho 2021-12-29 16:26:57 +01:00
parent aa13f192a6
commit 0e5611e0be

View file

@ -244,8 +244,6 @@ in
security.apparmor.includes."nixos/security.wrappers" = ''
include "${pkgs.apparmorRulesFromClosure { name="security.wrappers"; } [
securityWrapper
pkgs.stdenv.cc.cc
pkgs.stdenv.cc.libc
]}"
'';