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_nologin.so
|
||||
auth required pam_unix.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
|
||||
--enable-shell-sets-home --enable-noargs-shell --without-sendmail
|
||||
--disable-root-sudo --with-logfac=auth --disable-root-mailer"
|
||||
revision=2
|
||||
revision=3
|
||||
short_desc="Allow others to run commands as root"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.gratisoft.us/sudo/"
|
||||
|
|
Loading…
Reference in a new issue