Skip to content

Commit e021bed

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Don't use NOVACMDS, as that conflicts with packages" into stable/diablo
2 parents 411b3c6 + 91a3a74 commit e021bed

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)