From e5a981e71329923f00a590f14f2e2642683615b4 Mon Sep 17 00:00:00 2001 From: Tim Gerla Date: Tue, 15 Sep 2015 10:00:01 -0400 Subject: [PATCH] typo fix --- docsite/rst/become.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/become.rst b/docsite/rst/become.rst index c8738ef08a9..64628515c6c 100644 --- a/docsite/rst/become.rst +++ b/docsite/rst/become.rst @@ -76,7 +76,7 @@ new ones. .. note:: Methods cannot be chained, you cannot use 'sudo /bin/su -' to become a user, you need to have privileges to run the command as that user in sudo or be able to su directly to it (the same for pbrun, pfexec or other supported methods). -.. note:: Privilege escalation permissions have to be general, Ansible does not always use a specific command to do something but runs modules (code) from a temporary file name which changes every time. So if you have '/sbin/sevice' or '/bin/chmod' as the allowed commands this will fail with ansible. +.. note:: Privilege escalation permissions have to be general, Ansible does not always use a specific command to do something but runs modules (code) from a temporary file name which changes every time. So if you have '/sbin/service' or '/bin/chmod' as the allowed commands this will fail with ansible. .. seealso::