wok diff sudo/stuff/sudoers @ rev 14117

dnsmasq: add DESTDIR
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 25 17:17:17 2013 +0100 (2013-02-25)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/sudo/stuff/sudoers	Mon Feb 25 17:17:17 2013 +0100
     1.3 @@ -0,0 +1,15 @@
     1.4 +#
     1.5 +# This file MUST be edited with the 'visudo' command as root.
     1.6 +#
     1.7 +# See the man page for details on how to write a sudoers file.
     1.8 +#
     1.9 + 
    1.10 +# Host alias specification
    1.11 +
    1.12 +# User alias specification
    1.13 +
    1.14 +# Cmnd alias specification
    1.15 + 
    1.16 +# User privilege specification
    1.17 +root    ALL=(ALL) ALL
    1.18 +