Merge pull request #284020 from adamcstephens/pam_cgfs

nixos/pam: remove pam_cgfs
This commit is contained in:
Adam C. Stephens 2024-01-31 22:20:30 -05:00 committed by GitHub
commit 426bad28ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 5 deletions

View file

@ -867,9 +867,6 @@ let
{ name = "gnupg"; enable = cfg.gnupg.enable; control = "optional"; modulePath = "${pkgs.pam_gnupg}/lib/security/pam_gnupg.so"; settings = {
no-autostart = cfg.gnupg.noAutostart;
}; }
{ name = "cgfs"; enable = config.virtualisation.lxc.lxcfs.enable; control = "optional"; modulePath = "${pkgs.lxc}/lib/security/pam_cgfs.so"; args = [
"-c" "all"
]; }
];
};
};

View file

@ -12,7 +12,6 @@
nix-update-script,
nixosTests,
openssl,
pam,
pkg-config,
systemd,
}:
@ -41,7 +40,6 @@ stdenv.mkDerivation rec {
libseccomp
libselinux
openssl
pam
systemd
];