Skip to content
Snippets Groups Projects
Commit 8744a941 authored by sveseli's avatar sveseli
Browse files

sudo template change for linux platform utility

parent e536f7ab
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,8 @@ Cmnd_Alias SETFACL=/usr/bin/setfacl -m group\:*\:rx DM_STORAGE_DIR/*
Cmnd_Alias USERMOD=/usr/sbin/usermod -a -G * *
Cmnd_Alias GROUPADD=/usr/sbin/groupadd *
Cmnd_Alias CHOWN=/bin/chown -R \:* *
Cmnd_Alias GPASSWD=/usr/bin/gpasswd -M * *
USER HOST = (root) NOPASSWD: SETFACL,USERMOD,GROUPADD,CHOWN
USER HOST = (root) NOPASSWD: SETFACL,USERMOD,GROUPADD,CHOWN,GPASSWD
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment