sudo/sudoers

Sun, 02 Sep 2012 18:18:43 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sun, 02 Sep 2012 18:18:43 +0200
changeset 659
79e32993cb4d
permissions
-rw-r--r--

Introduce new version of tcpdump, reorder taglib and cryptbreaker to
the end because they fail to build on Linux, and correct flawed URLs
probably copied from the doxygen build entry.

     1 ##
     2 ##  sudoers -- global sudoers(5) specification
     3 ##  Hint: general structure is "who where = (as_whom) what"
     4 ##
     6 #includedir @l_prefix@/etc/sudo/sudoers.d
     8 #   - allow root (first entry) and
     9 #   - anybody in group "wheel" (second entry)
    10 #   - to run on all hosts
    11 #   - under any user
    12 #   - without password request
    13 #   - with set environment variables
    14 #   - any command
    15 root    ALL = (ALL) NOPASSWD: SETENV: ALL
    16 %wheel  ALL = (ALL) NOPASSWD: SETENV: ALL

mercurial