sudo/sudoers

Wed, 08 Aug 2012 20:15:17 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 08 Aug 2012 20:15:17 +0200
changeset 487
76a25ceeb6bf
permissions
-rw-r--r--

Update to new vendor version, modernize packaging, and accommodate new RPM reqs.
This means append '%dir %{l_prefix}/web' to %files, although it might be better
to simply append '%{l_prefix}/web' intead, needs more fine testing.

     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