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:
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…
Add table
Add a link
Reference in a new issue