--wip-- [skip ci]
This commit is contained in:
parent
dd9a1ee4bf
commit
38b554545f
1 changed files with 10 additions and 11 deletions
|
|
@ -357,22 +357,21 @@
|
||||||
enableGnomeKeyring = true;
|
enableGnomeKeyring = true;
|
||||||
fprintAuth = true;
|
fprintAuth = true;
|
||||||
};
|
};
|
||||||
swaylock = {
|
|
||||||
fprintAuth = true;
|
|
||||||
forwardXAuth = true;
|
|
||||||
logFailures = true;
|
|
||||||
# text = ''
|
|
||||||
# auth sufficient pam_unix.so try_first_pass likeauth nullok
|
|
||||||
# auth sufficient pam_fprintd.so
|
|
||||||
# auth include login
|
|
||||||
# '';
|
|
||||||
};
|
|
||||||
|
|
||||||
sudo = {
|
sudo = {
|
||||||
fprintAuth = true;
|
fprintAuth = true;
|
||||||
rootOK = true;
|
rootOK = true;
|
||||||
forwardXAuth = true;
|
forwardXAuth = true;
|
||||||
logFailures = true;
|
logFailures = true;
|
||||||
|
text = ''
|
||||||
|
auth sufficient pam_rootok.so
|
||||||
|
# Uncomment the following line to implicitly trust users in the "wheel" group.
|
||||||
|
#auth sufficient pam_wheel.so trust use_uid
|
||||||
|
# Uncomment the following line to require a user to be in the "wheel" group.
|
||||||
|
auth required pam_wheel.so use_uid
|
||||||
|
auth required pam_unix.so
|
||||||
|
account required pam_unix.so
|
||||||
|
session required pam_unix.so
|
||||||
|
'';
|
||||||
# enableGnomeKeyring = true;
|
# enableGnomeKeyring = true;
|
||||||
# text = ''
|
# text = ''
|
||||||
# auth include system-auth-fprintd
|
# auth include system-auth-fprintd
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue