From 6108bcaa767fc97601c838e9d7f1fa174f35dce8 Mon Sep 17 00:00:00 2001 From: Juergen Borleis Date: Thu, 28 Sep 2017 10:37:03 +0200 Subject: sudo: provide 'sudoers.d' for individual user files The 'sudoers.d' provides a more flexible way to install individual and independent permission files without using a shared single '/etc/sudoers' file. Signed-off-by: Juergen Borleis Signed-off-by: Michael Olbrich --- projectroot/etc/sudoers | 3 +++ 1 file changed, 3 insertions(+) (limited to 'projectroot') diff --git a/projectroot/etc/sudoers b/projectroot/etc/sudoers index c57a3ef44..b04419c9d 100644 --- a/projectroot/etc/sudoers +++ b/projectroot/etc/sudoers @@ -31,3 +31,6 @@ root ALL=(ALL) ALL # Samples # %users ALL=/sbin/mount /cdrom,/sbin/umount /cdrom # %users localhost=/sbin/shutdown -h now + +# include other dedicated settings +#includedir /etc/sudoers.d -- cgit v1.2.3