Hi,
ich habe eine Frage zu sudoers, ich möchte dort nur das nötigste drin haben, allerdings ist mir nicht ganz klar was die eintelnen Bereiche bedeuten:
Eigentlich möchte ich nur das der User "thomas" und "fhem" in der sudoers stehen um Befehle mittels sudo ohne PW auszuführen, wie müsste meine sudoers dann richtig aussehen?
Danke
ich habe eine Frage zu sudoers, ich möchte dort nur das nötigste drin haben, allerdings ist mir nicht ganz klar was die eintelnen Bereiche bedeuten:
Code:
#
# 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
fhem ALL=(ALL) NOPASSWD:/etc/init.d/alexa
thomas ALL=(ALL) NOPASSWD:ALL
fhem ALL=(ALL) NOPASSWD: ALL
# Allow members of group sudo to execute any command
%sudo ALL=(ALL:ALL) ALL
thomas ALL=(ALL) NOPASSWD:ALL
fhem ALL=(ALL) NOPASSWD:ALL
# See sudoers(5) for more information on "#include" directives:
#includedir /etc/sudoers.d
ALL ALL = NOPASSWD: /usr/bin/mplayer
www-data ALL=NOPASSWD:/var/emu/script/sudowebscript.sh,/usr/bin/last
thomas ALL=(ALL) NOPASSWD:ALL
Danke
0 commentaires:
Enregistrer un commentaire