Browse code

proper path for arping in sudoers

Jesse Andrews authored on 2011/11/05 05:09:41
Showing 1 changed files
... ...
@@ -41,7 +41,7 @@ Cmnd_Alias NOVACMDS = /bin/chmod /var/lib/nova/tmp/*/root/.ssh, \
41 41
                       /usr/bin/socat,                           \
42 42
                       /sbin/parted,                             \
43 43
                       /usr/sbin/dnsmasq,                        \
44
-                      /usr/bin/arping
44
+                      /usr/sbin/arping
45 45
 
46 46
 %USER% ALL = (root) NOPASSWD: SETENV: NOVACMDS
47 47