Merge pull request #152594 from ju1m/apparmor

security/wrappers: remove C compiler from the nixos/security.wrappers…
This commit is contained in:
Michele Guerini Rocco 2021-12-31 15:09:52 +01:00 committed by GitHub
commit 59bfda7248
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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
]}"
'';