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:
Monty Taylor 2016-03-23 11:36:39 -05:00
parent 8b9d536a46
commit 4e8f0462e3
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
#
Defaults env_reset
Defaults secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
# Host alias specification