2013-06-06 11:42:28 +02:00
|
|
|
# Per default, only "su -" will set a new PATH.
|
2018-04-13 13:36:33 +02:00
|
|
|
# If this variable is set to "yes" (default is "no"),
|
2013-06-06 11:42:28 +02:00
|
|
|
# every su call will overwrite the PATH variable.
|
2018-04-13 13:36:33 +02:00
|
|
|
#
|
|
|
|
# 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
|
2013-06-06 11:42:28 +02:00
|
|
|
|
2018-04-13 13:36:33 +02:00
|
|
|
# Default path.
|
2013-06-06 11:42:28 +02:00
|
|
|
PATH=/usr/local/bin:/bin:/usr/bin
|
|
|
|
|
|
|
|
# Default path for a user invoking su to root.
|
|
|
|
SUPATH=/usr/sbin:/bin:/usr/bin:/sbin
|
|
|
|
|