Provide a skript to delete VM disks in /lmn/vm
This commit is contained in:
parent
ae04c0f8f4
commit
110ff5efda
3 changed files with 51 additions and 0 deletions
|
|
@ -3,6 +3,11 @@
|
|||
%role-student ALL=(lmnsynci) NOPASSWD: /usr/local/bin/vm-sync
|
||||
%examusers ALL=(lmnsynci) NOPASSWD: /usr/local/bin/vm-sync
|
||||
|
||||
# vm-delete: Delete VM-Images
|
||||
%role-teacher ALL=(lmnsynci) NOPASSWD: /usr/local/bin/vm-delete
|
||||
%role-student ALL=(lmnsynci) NOPASSWD: /usr/local/bin/vm-delete
|
||||
%examusers ALL=(lmnsynci) NOPASSWD: /usr/local/bin/vm-delete
|
||||
|
||||
# vm-aria2: Start/Stop aria2 as systemd-service for VM-Images
|
||||
lmnsynci ALL=(root) NOPASSWD: /usr/local/bin/vm-aria2
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue