File:  [ELWIX - Embedded LightWeight unIX -] / elwix / config / etc / default / Attic / sudoers.default
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Jul 5 23:43:00 2011 UTC (13 years ago) by misho
Branches: misho
CVS tags: start, elwix2_7, elwix2_6, elwix2_3, elwix2_2, elwix2_1, elwix2_0, elwix1_9_mips, elwix1_9, elwix1_8, elwix1_7, elwix1_6, elwix1_5, elwix1_4, Patch1, ELWIX2_6, ELWIX2_5, ELWIX2_2p0, ELWIX2_1, ELWIX2_0, ELWIX1_9, ELWIX1_8, ELWIX1_7, ELWIX1_6, ELWIX1_5
ELWIX project

    1: # sudoers file.
    2: #
    3: # This file MUST be edited with the 'visudo' command as root.
    4: # Failure to use 'visudo' may result in syntax or file permission errors
    5: # that prevent sudo from running.
    6: #
    7: # See the sudoers man page for the details on how to write a sudoers file.
    8: #
    9: 
   10: # Host alias specification
   11: 
   12: # User alias specification
   13: 
   14: # Cmnd alias specification
   15: 
   16: # Defaults specification
   17: # Uncomment if needed to preserve environmental variables related to the
   18: # FreeBSD pkg_* utilities and fetch.
   19: #Defaults	env_keep += "PKG_PATH PKG_DBDIR PKG_TMPDIR TMPDIR PACKAGEROOT PACKAGESITE PKGDIR FTP_PASSIVE_MODE"
   20: 
   21: # Additionally uncomment if needed to preserve environmental variables
   22: # related to portupgrade.
   23: #Defaults	env_keep += "PORTSDIR PORTS_INDEX PORTS_DBDIR PACKAGES PKGTOOLS_CONF"
   24: 
   25: # Runas alias specification
   26: 
   27: # User privilege specification
   28: root	ALL=(ALL) ALL
   29: 
   30: # Uncomment to allow people in group wheel to run all commands
   31: # %wheel	ALL=(ALL) ALL
   32: 
   33: # Same thing without a password
   34: # %wheel	ALL=(ALL) NOPASSWD: ALL
   35: 
   36: # Samples
   37: # %users  ALL=/sbin/mount /cdrom,/sbin/umount /cdrom
   38: # %users  localhost=/sbin/shutdown -h now

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>