Merge pull request #284020 from adamcstephens/pam_cgfs
nixos/pam: remove pam_cgfs
This commit is contained in:
commit
426bad28ad
2 changed files with 0 additions and 5 deletions
|
@ -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"
|
||||
]; }
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
@ -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
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue