move sudo-config for mounthome back to separate file
This commit is contained in:
parent
330e688fe8
commit
917b45aadc
2 changed files with 3 additions and 5 deletions
3
roles/lmn_vm/files/lmn-mounthome
Normal file
3
roles/lmn_vm/files/lmn-mounthome
Normal file
|
@ -0,0 +1,3 @@
|
|||
%examusers ALL=(root) NOPASSWD: /usr/local/bin/mounthome.sh
|
||||
%role-student ALL=(root) NOPASSWD: /usr/local/bin/mounthome.sh
|
||||
%role-teacher ALL=(root) NOPASSWD: /usr/local/bin/mounthome.sh
|
|
@ -16,11 +16,6 @@ lmnsynci ALL=(root) NOPASSWD: /usr/local/bin/vm-aria2
|
|||
%role-student ALL=(root) NOPASSWD: /usr/local/bin/start-virtiofsd
|
||||
%role-teacher ALL=(root) NOPASSWD: /usr/local/bin/start-virtiofsd
|
||||
|
||||
# mounthome.sh: Mount old novell home directories
|
||||
%examusers ALL=(root) NOPASSWD: /usr/local/bin/mounthome.sh
|
||||
%role-student ALL=(root) NOPASSWD: /usr/local/bin/mounthome.sh
|
||||
%role-teacher ALL=(root) NOPASSWD: /usr/local/bin/mounthome.sh
|
||||
|
||||
# sync-vm.sh: sync desktop-starterfiles from server
|
||||
%role-teacher ALL=(lmnsynci) NOPASSWD: /usr/local/bin/sync-vm.sh
|
||||
%role-student ALL=(lmnsynci) NOPASSWD: /usr/local/bin/sync-vm.sh
|
||||
|
|
Loading…
Add table
Reference in a new issue