commit f85ea9b74427e6b15a1e29f05826111bc09e4b5c parent aa1f38db7a90b872518073b498324f6a3f76960e Author: anders <anders@debian-acer.andersuno.nu> Date: Tue, 8 Jan 2019 17:49:13 +0100 Changes to be committed: modified: .bashrc new file: sudoers 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