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/fprintd: option to inhibit PAM rule creation #107320

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Dec 21, 2020

  1. nixos/fprintd: option to inhibit PAM rule creation

    Currently, `security.pam.services.<name>.fprintAuth`'s default value
    is the value of `services.fprintd.enable`. Since many fingerprint
    readers are located on laptops in such a way that they may be
    inaccessible when the laptop lid is closed, it is tedious to undo this
    default for commonly used services such as `sudo`, while keeping
    occasional services like login or screen lockers. This commit adds the
    `services.fprintd.global` (default: `true`), that prevents fprintd
    PAM rules from being created for every service.  By having a default
    value of `true`, every user's current configs will behave identically
    to before if they choose to not set this option.
    kneitinger committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    2009432 View commit details
    Browse the repository at this point in the history