]> granicus.if.org Git - sudo/commit
Go back to escaping the command args for "sudo -i" and "sudo -s"
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 29 Jul 2011 14:10:40 +0000 (10:10 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 29 Jul 2011 14:10:40 +0000 (10:10 -0400)
commit8255ed69b9c426d90a10c6d68e8d2241d7f3260e
tree7c769fc8db730e16acf465c6d0d428db69520fc4
parent4f9a93f658a6ea15c4218e2cb35747ccee19d2ba
Go back to escaping the command args for "sudo -i" and "sudo -s"
before calling the plugin.  Otherwise, spaces in the command args
are not treated properly.  The sudoers plugin will unescape non-spaces
to make matching easier.
plugins/sudoers/sudoers.c
src/parse_args.c
src/sudo.c