forked from pool/util-linux
a59bc81b6f
- util-linux.spec: work around su(1) PAM problems based on su(1) being provided by both the coreutils and the util-linux package. Fix macro typo in %post and %verifyscript sections related to su(1): s/sysvinit_tools/enable_su/ (forwarded request 177950 from bernhard-voelker) OBS-URL: https://build.opensuse.org/request/show/177962 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=160
9 lines
277 B
Plaintext
9 lines
277 B
Plaintext
#%PAM-1.0
|
|
auth sufficient pam_rootok.so
|
|
auth include common-auth
|
|
account sufficient pam_rootok.so
|
|
account include common-account
|
|
password include common-password
|
|
session include common-session
|
|
session optional pam_xauth.so
|