commit f66f1de53eba862ae4b6794e8507dcf257107b71 parent be7a1c132a2c43b152f52d4428a40db7179cd388 Author: anders <anders@debian-i3.andersuno.nu> Date: Wed, 9 Jan 2019 02:12:43 +0100 Merge branch 'master' of https://github.com/andersuno/dotfiles merge Diffstat:
A | sudoers | | | 28 | ++++++++++++++++++++++++++++ |
1 file changed, 28 insertions(+), 0 deletions(-)
diff --git a/sudoers b/sudoers @@ -0,0 +1,28 @@ +# +# This file MUST be edited with the 'visudo' command as root. +# +# Please consider adding local content in /etc/sudoers.d/ instead of +# directly modifying this file. +# +# See the man page for details on how to write a sudoers file. +# +Defaults !env_reset +Defaults mail_badpass +Defaults secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" + +# Host alias specification + +# User alias specification + +# Cmnd alias specification + +# User privilege specification +root ALL=(ALL:ALL) ALL +anders ALL=(ALL:ALL) NOPASSWD:ALL + +# Allow members of group sudo to execute any command +%sudo ALL=(ALL:ALL) ALL + +# See sudoers(5) for more information on "#include" directives: + +#includedir /etc/sudoers.d