Skip to content

Commit 91a3a74

Browse files
sleepsonthefloorvishvananda
authored andcommitted
Don't use NOVACMDS, as that conflicts with packages
Change-Id: I7968177ceaac3a3e3c96e83b76763aa0f73e5154
1 parent d7326d2 commit 91a3a74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

files/sudo/nova

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Cmnd_Alias NOVACMDS = /bin/chmod /var/lib/nova/tmp/*/root/.ssh, \
1+
Cmnd_Alias NOVADEVCMDS = /bin/chmod /var/lib/nova/tmp/*/root/.ssh, \
22
/bin/chown /var/lib/nova/tmp/*/root/.ssh, \
33
/bin/chown, \
44
/bin/chmod, \
@@ -43,5 +43,5 @@ Cmnd_Alias NOVACMDS = /bin/chmod /var/lib/nova/tmp/*/root/.ssh, \
4343
/usr/sbin/dnsmasq, \
4444
/usr/sbin/arping
4545

46-
%USER% ALL = (root) NOPASSWD: SETENV: NOVACMDS
46+
%USER% ALL = (root) NOPASSWD: SETENV: NOVADEVCMDS
4747

0 commit comments

Comments
 (0)