diff options
| author | Julien Moutinho <julm+nixpkgs@sourcephile.fr> | 2021-12-29 16:26:57 +0100 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-12-31 14:13:38 +0000 |
| commit | 65e5ccc9f9a3487c21aefeee9ad72dfc25082a68 (patch) | |
| tree | b610c189eaf525abefdb32d10afbf84344a85628 | |
| parent | Merge pull request #152825 from NixOS/backport-147984-to-release-21.11 (diff) | |
| download | nixpkgs-65e5ccc9f9a3487c21aefeee9ad72dfc25082a68.tar.gz | |
security/wrappers: remove C compiler from the nixos/security.wrappers AppArmor profileorigin/backport-152594-to-release-21.11
(cherry picked from commit 0e5611e0bec892dfff082aea596d2f1e1ccd75a6)
| -rw-r--r-- | nixos/modules/security/wrappers/default.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nixos/modules/security/wrappers/default.nix b/nixos/modules/security/wrappers/default.nix index a47de7e04f7a..66a47bcaab6c 100644 --- a/nixos/modules/security/wrappers/default.nix +++ b/nixos/modules/security/wrappers/default.nix @@ -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 ]}" ''; |
