On Sat, Jun 06, 2015 at 06:29:39PM +0900, Joel Rees wrote:
> I'm not sure what your question is, or even if you have one.
I think I figured out what the problem is.
Let's say you put the following into your sudoers file:
user ALL= /bin/echo te\
st
Then user can do "sudo echo test", but sudo -l prints
"(root) /bin/echo te st".
The OP noticed this when he put an additional space betwen the
backslash and the newline, but I just tested it and found that the
additional space is not even necessary.
I'm looking into the code to see if I can write a patch.