-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nixos/pam: rework of the entire module #105319
Commits on Dec 1, 2020
-
nixos/pam: rework of the entire module
Co-authored-by: Kai Wohlfahrt <kai.wohlfahrt@gmail.com> Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Configuration menu - View commit details
-
Copy full SHA for 9255d39 - Browse repository at this point
Copy the full SHA 9255d39View commit details -
security.pam.modules.unix: introduce a debug option to turn on debugging
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Configuration menu - View commit details
-
Copy full SHA for 070f780 - Browse repository at this point
Copy the full SHA 070f780View commit details -
security.pam: add description to options missing it
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Configuration menu - View commit details
-
Copy full SHA for 4eb1031 - Browse repository at this point
Copy the full SHA 4eb1031View commit details -
security.pam: fix some typos and clarify some descriptions
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Configuration menu - View commit details
-
Copy full SHA for 95f1bc1 - Browse repository at this point
Copy the full SHA 95f1bc1View commit details -
security.pam.modules.limits: use a set instead of a list
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Configuration menu - View commit details
-
Copy full SHA for 46ca0d4 - Browse repository at this point
Copy the full SHA 46ca0d4View commit details -
security.pam.modules: mount -> pam_mount
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Configuration menu - View commit details
-
Copy full SHA for 280c3c5 - Browse repository at this point
Copy the full SHA 280c3c5View commit details -
security.pam.services: allow creation of empty services with using mk…
…Force Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Configuration menu - View commit details
-
Copy full SHA for 87a43ed - Browse repository at this point
Copy the full SHA 87a43edView commit details -
security.pam.lib: move it to utils.pam
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Configuration menu - View commit details
-
Copy full SHA for 9a32f6b - Browse repository at this point
Copy the full SHA 9a32f6bView commit details -
security.pam.modules: refactor the way modules are added
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Configuration menu - View commit details
-
Copy full SHA for c4f6ea6 - Browse repository at this point
Copy the full SHA c4f6ea6View commit details -
security.pam.services: allow exclusion of default configuration
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Configuration menu - View commit details
-
Copy full SHA for 7fae1e4 - Browse repository at this point
Copy the full SHA 7fae1e4View commit details -
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Configuration menu - View commit details
-
Copy full SHA for a1cd96e - Browse repository at this point
Copy the full SHA a1cd96eView commit details -
Fix manual link to the PAM module
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Configuration menu - View commit details
-
Copy full SHA for 894208a - Browse repository at this point
Copy the full SHA 894208aView commit details -
security.pam.modules.sssd.strictAccess: allow customization globaly a…
…nd per-service Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Configuration menu - View commit details
-
Copy full SHA for 76bce2f - Browse repository at this point
Copy the full SHA 76bce2fView commit details -
security.pam.modules: fix modules that weren't exposing their configu…
…ration properly Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Configuration menu - View commit details
-
Copy full SHA for 3bde7ce - Browse repository at this point
Copy the full SHA 3bde7ceView commit details -
nixos/tests: openssh: fix pam limits config
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Configuration menu - View commit details
-
Copy full SHA for 1c206a1 - Browse repository at this point
Copy the full SHA 1c206a1View commit details -
nixos/pam: modules: oath: fix configuration
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Configuration menu - View commit details
-
Copy full SHA for a761580 - Browse repository at this point
Copy the full SHA a761580View commit details -
nixos/pam: modules: move googleOsLogin to its NixOS module
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Configuration menu - View commit details
-
Copy full SHA for c40e618 - Browse repository at this point
Copy the full SHA c40e618View commit details -
nixos/pam: modules: move fprintd to its NixOS module
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Configuration menu - View commit details
-
Copy full SHA for 213a75b - Browse repository at this point
Copy the full SHA 213a75bView commit details -
nixos/pam: modules: move apparmor to its NixOS module
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Configuration menu - View commit details
-
Copy full SHA for 3bc53bd - Browse repository at this point
Copy the full SHA 3bc53bdView commit details -
nixos/pam: modules: move duosec to its NixOS module
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Configuration menu - View commit details
-
Copy full SHA for 56b994e - Browse repository at this point
Copy the full SHA 56b994eView commit details -
nixos/pam: modules: move gnome-keyring to its NixOS module
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Configuration menu - View commit details
-
Copy full SHA for aaf3877 - Browse repository at this point
Copy the full SHA aaf3877View commit details -
virtualisation/lxcfs: pam: use utils.pam.mkPamModule to register the …
…module Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Configuration menu - View commit details
-
Copy full SHA for a376ec5 - Browse repository at this point
Copy the full SHA a376ec5View commit details -
nixos/pam: entries: replace orderOf with builtins.sort
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Configuration menu - View commit details
-
Copy full SHA for e36c614 - Browse repository at this point
Copy the full SHA e36c614View commit details