Stanislav Brabec
3629134835
- Integrate pam_keyinit pam module (boo#1081947, su-l.pamd, runuser-l.pamd, runuser.pamd). - su.default: Set ALWAYS_SET_PATH default to "yes" (bsc#353876#c7); add one-time wrapper forcing ALWAYS_SET_PATH on upgrade. OBS-URL: https://build.opensuse.org/request/show/596302 OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=372
15 lines
457 B
Plaintext
15 lines
457 B
Plaintext
# Per default, only "su -" will set a new PATH.
|
|
# If this variable is set to "yes" (default is "no"),
|
|
# every su call will overwrite the PATH variable.
|
|
#
|
|
# The recommended default is "yes". The default "no" behavior could have
|
|
# a security implication in applications that use commands without path.
|
|
ALWAYS_SET_PATH=yes
|
|
|
|
# Default path.
|
|
PATH=/usr/local/bin:/bin:/usr/bin
|
|
|
|
# Default path for a user invoking su to root.
|
|
SUPATH=/usr/sbin:/bin:/usr/bin:/sbin
|
|
|