Add secure_path setting to match upstream sudoers
Our sudoers does not have secure_path, which upstream images do have. This means that folks who are testing things on our nodes are getting different behavior than they do in the wild. Change-Id: Icda40f074386d3595104ac2a38e266115b266e1c
This commit is contained in:
parent
8b9d536a46
commit
4e8f0462e3
@ -6,6 +6,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
Defaults env_reset
|
Defaults env_reset
|
||||||
|
Defaults secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
|
||||||
|
|
||||||
# Host alias specification
|
# Host alias specification
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user