1
0
mirror of synced 2026-05-03 14:58:48 +00:00

Merge branch 'master' into code-deduplication

Conflicts:
	bin/xen-create-image
	bin/xen-create-nfs
	bin/xt-create-xen-config
This commit is contained in:
Axel Beckert
2012-11-27 22:40:08 +01:00
5 changed files with 75 additions and 24 deletions

View File

@@ -274,7 +274,7 @@ sub setupAdminUsers ($)
open( SUDOERS, ">>", "/etc/sudoers" ) or
warn "Failed to add user to sudoers file : $user - $!";
print SUDOERS
"$user ALL = NOPASSWD: /usr/sbin/xm, /usr/bin/xen-create-image\n";
"$user ALL = NOPASSWD: /usr/sbin/xm, /usr/sbin/xl, /usr/bin/xen-create-image\n";
close(SUDOERS);
}