Ubuntu Pastebin

Paste from sudoers at Mon, 17 Jul 2017 11:41:57 +0000

Download as text
1
2
3
4
5
6
# allow sysadmins to use all the mount-related commands without requiring a password
# wildcard the path so it will match on executables under /usr/local/{,s}bin/ too
# Cmnd_Alias MOUNT = /sbin/vg*clone, /*bin/mdadm, /*bin/losetup
# %sudo ALL = (ALL) NOPASSWD: MOUNT
Cmnd_Alias LOCAL = /usr/local/bin/tools/*
%sudo ALL = (ALL) NOPASSWD: LOCAL
Download as text