diff options
Diffstat (limited to 'app-admin/sudo/files/sudoers')
-rw-r--r-- | app-admin/sudo/files/sudoers | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app-admin/sudo/files/sudoers b/app-admin/sudo/files/sudoers index 3f981b1a5e0f..0f79c8550812 100644 --- a/app-admin/sudo/files/sudoers +++ b/app-admin/sudo/files/sudoers @@ -23,6 +23,18 @@ Defaults env_reset # Runas alias specification +# *** REMEMBER *************************************************** +# * GIVING SUDO ACCESS TO USERS ALLOWS THEM TO RUN THE SPECIFIED * +# * COMMANDS WITH ELEVATED PRIVILEGES. * +# * * +# * ONLY PERMIT SUDO ACCESS SPARINGLY. * +# * * +# * NEVER ALLOW ACCESS TO UNTRUSTED USERS. * +# * * +# * IF YOU DON'T KNOW A COMMAND IS SAFE TO USE WITH SUDO, ASSUME * +# * IT ISNT, AND PERMIT ACCESS ACCORDINGLY. * +# **************************************************************** + # User privilege specification root ALL=(ALL) ALL |