mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
sudo: update /etc/pam.d/sudo to use system-auth from pam-base.
This commit is contained in:
parent
ea946e5c68
commit
fbd9d73d57
2 changed files with 5 additions and 6 deletions
|
@ -1,5 +1,4 @@
|
||||||
auth required pam_unix.so
|
#%PAM-1.0
|
||||||
account required pam_unix.so
|
auth include system-auth
|
||||||
session optional pam_mail.so dir=/var/mail standard
|
account include system-auth
|
||||||
session required pam_env.so
|
session include system-auth
|
||||||
session required pam_unix.so
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'sudo'.
|
# Template build file for 'sudo'.
|
||||||
pkgname=sudo
|
pkgname=sudo
|
||||||
version=1.8.11p2
|
version=1.8.11p2
|
||||||
revision=1
|
revision=2
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-ignore-dot -with-all-insults --with-env-editor
|
configure_args="--with-ignore-dot -with-all-insults --with-env-editor
|
||||||
|
|
Loading…
Add table
Reference in a new issue