diff options
author | Tavis Ormandy <taviso@gentoo.org> | 2004-12-18 11:22:28 +0000 |
---|---|---|
committer | Tavis Ormandy <taviso@gentoo.org> | 2004-12-18 11:22:28 +0000 |
commit | eb7f75e7119fc57aaec17a79852558e8364c6261 (patch) | |
tree | 61148d4b5ed57b7a1b25e000a8c73559cd106075 /app-admin/sudo/files | |
parent | ~amd64 (Manifest recommit) (diff) | |
download | gentoo-2-eb7f75e7119fc57aaec17a79852558e8364c6261.tar.gz gentoo-2-eb7f75e7119fc57aaec17a79852558e8364c6261.tar.bz2 gentoo-2-eb7f75e7119fc57aaec17a79852558e8364c6261.zip |
add sudoers warnings
Diffstat (limited to 'app-admin/sudo/files')
-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 |