Thread: SUDO Wildcards
View Single Post
  #2   (View Single Post)  
Old 7th June 2008
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,125
Default

Wrong? You just underestimate the significance of the "*" wildcard

From the sudoers manpage
Code:
       Wildcards

       sudo allows shell-style wildcards (aka meta or glob characters) to be
       used in pathnames as well as command line arguments in the sudoers
       file.  Wildcard matching is done via the POSIX fnmatch(3) routine.
       Note that these are not regular expressions.

       *       Matches any set of zero or more characters.
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump
Reply With Quote