Skip to content
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

Closed
wants to merge 23 commits into from
Closed

Commits on Dec 1, 2020

  1. 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>
    rissson and kwohlfahrt committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    9255d39 View commit details
    Browse the repository at this point in the history
  2. security.pam.modules.unix: introduce a debug option to turn on debugging

    Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
    rissson committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    070f780 View commit details
    Browse the repository at this point in the history
  3. security.pam: add description to options missing it

    Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
    rissson committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    4eb1031 View commit details
    Browse the repository at this point in the history
  4. security.pam: fix some typos and clarify some descriptions

    Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
    rissson committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    95f1bc1 View commit details
    Browse the repository at this point in the history
  5. security.pam.modules.limits: use a set instead of a list

    Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
    rissson committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    46ca0d4 View commit details
    Browse the repository at this point in the history
  6. security.pam.modules: mount -> pam_mount

    Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
    rissson committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    280c3c5 View commit details
    Browse the repository at this point in the history
  7. security.pam.services: allow creation of empty services with using mk…

    …Force
    
    Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
    rissson committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    87a43ed View commit details
    Browse the repository at this point in the history
  8. security.pam.lib: move it to utils.pam

    Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
    rissson committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    9a32f6b View commit details
    Browse the repository at this point in the history
  9. security.pam.modules: refactor the way modules are added

    Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
    rissson committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    c4f6ea6 View commit details
    Browse the repository at this point in the history
  10. security.pam.services: allow exclusion of default configuration

    Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
    rissson committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    7fae1e4 View commit details
    Browse the repository at this point in the history
  11. Fix documentation generation

    Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
    rissson committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    a1cd96e View commit details
    Browse the repository at this point in the history
  12. Fix manual link to the PAM module

    Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
    rissson committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    894208a View commit details
    Browse the repository at this point in the history
  13. security.pam.modules.sssd.strictAccess: allow customization globaly a…

    …nd per-service
    
    Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
    rissson committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    76bce2f View commit details
    Browse the repository at this point in the history
  14. security.pam.modules: fix modules that weren't exposing their configu…

    …ration properly
    
    Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
    rissson committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    3bde7ce View commit details
    Browse the repository at this point in the history
  15. nixos/tests: openssh: fix pam limits config

    Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
    rissson committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    1c206a1 View commit details
    Browse the repository at this point in the history
  16. nixos/pam: modules: oath: fix configuration

    Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
    rissson committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    a761580 View commit details
    Browse the repository at this point in the history
  17. nixos/pam: modules: move googleOsLogin to its NixOS module

    Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
    rissson committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    c40e618 View commit details
    Browse the repository at this point in the history
  18. nixos/pam: modules: move fprintd to its NixOS module

    Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
    rissson committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    213a75b View commit details
    Browse the repository at this point in the history
  19. nixos/pam: modules: move apparmor to its NixOS module

    Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
    rissson committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    3bc53bd View commit details
    Browse the repository at this point in the history
  20. nixos/pam: modules: move duosec to its NixOS module

    Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
    rissson committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    56b994e View commit details
    Browse the repository at this point in the history
  21. nixos/pam: modules: move gnome-keyring to its NixOS module

    Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
    rissson committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    aaf3877 View commit details
    Browse the repository at this point in the history
  22. virtualisation/lxcfs: pam: use utils.pam.mkPamModule to register the …

    …module
    
    Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
    rissson committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    a376ec5 View commit details
    Browse the repository at this point in the history
  23. nixos/pam: entries: replace orderOf with builtins.sort

    Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
    rissson committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    e36c614 View commit details
    Browse the repository at this point in the history