mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
sudo: provide a working pam file... sigh Archlinux.
This commit is contained in:
parent
0fe1cd5e83
commit
36c21d1f84
2 changed files with 6 additions and 3 deletions
|
@ -1,2 +1,5 @@
|
||||||
auth required pam_unix.so
|
auth required pam_unix.so
|
||||||
auth required pam_nologin.so
|
account required pam_unix.so
|
||||||
|
session optional pam_mail.so dir=/var/mail standard
|
||||||
|
session required pam_env.so
|
||||||
|
session required pam_unix.so
|
||||||
|
|
|
@ -6,7 +6,7 @@ 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
|
||||||
--enable-shell-sets-home --enable-noargs-shell --without-sendmail
|
--enable-shell-sets-home --enable-noargs-shell --without-sendmail
|
||||||
--disable-root-sudo --with-logfac=auth --disable-root-mailer"
|
--disable-root-sudo --with-logfac=auth --disable-root-mailer"
|
||||||
revision=2
|
revision=3
|
||||||
short_desc="Allow others to run commands as root"
|
short_desc="Allow others to run commands as root"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.gratisoft.us/sudo/"
|
homepage="http://www.gratisoft.us/sudo/"
|
||||||
|
|
Loading…
Add table
Reference in a new issue