security/wrappers: remove C compiler from the nixos/security.wrappers AppArmor profile
This commit is contained in:
parent
aa13f192a6
commit
0e5611e0be
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
]}"
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue