diff options
Diffstat (limited to 'sysconf/sudoers')
-rw-r--r-- | sysconf/sudoers | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysconf/sudoers b/sysconf/sudoers index 8152be2b..766e64f2 100644 --- a/sysconf/sudoers +++ b/sysconf/sudoers @@ -44,7 +44,7 @@ Cmnd_Alias FORCE_CLUSTER = /usr/share/heartbeat/hb_takeover, \ DISK, CONNTRACK, IP6TABLES, FORCE_CLUSTER # Allow any user to run files in sudo-users -%users ALL=NOPASSWD: ${bindir}/sudo-users/ +%users ALL=NOPASSWD: /opt/vyatta/bin/sudo-users/ # Allow members of group sudo to execute any command %sudo ALL=NOPASSWD: ALL |