You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ visudo -Vvisudo version 1.9.17p2visudo grammar version 50
$ echo'user1 ALL = CWD=*.d /bin/sh'| visudo -c -stdin:1:17: values for "CWD" must start with a '/', '~', or '*'user1 ALL = CWD=*.d /bin/sh ^~~
Here the problem is that the * has trailing token.
Here the problem is that the
*has trailing token.