From 991cb92db92afdb5fccaa2fa789d90e7f3437dfe Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Wed, 23 Mar 2016 11:36:39 -0500 Subject: [PATCH] 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 --- files/sudoers | 1 + 1 file changed, 1 insertion(+) diff --git a/files/sudoers b/files/sudoers index d5f2ccb..e7e4759 100644 --- a/files/sudoers +++ b/files/sudoers @@ -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