Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/data/etc


Modified Files:
        sysactions.conf 


Log Message:


font upsize with more outlining/contrast by default for soem modules.
sysactions more comprehensive and able to handle multiple groups a user
is a member of - config modified to handle common ones i find on debian
and ubuntu that "console" users tend to be added to. add divider in config
menu. work a tad more on fm2 dnd.

===================================================================
RCS file: /cvs/e/e17/apps/e/data/etc/sysactions.conf,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- sysactions.conf     3 Sep 2006 08:51:31 -0000       1.1
+++ sysactions.conf     28 Sep 2006 06:07:15 -0000      1.2
@@ -48,7 +48,25 @@
 action:   suspend   /etc/acpi/sleep.sh force
 action:   hibernate /etc/acpi/hibernate.sh force
 
+# root is allowed to do anything - but it needs to be here explicitly anyway
 user:     root      allow: *
+# members of operator, staff and admin groups should be able to do all
 group:    operator  allow: *
 group:    staff     allow: *
+group:    admin     allow: *
+group:    sys       allow: *
+# common "user" groups for "console users" on desktops/laptops
+group:    dialout   allow: *
+group:    disk      allow: *
+group:    adm       allow: *
+group:    cdrom     allow: *
+group:    floppy    allow: *
+group:    audio     allow: *
+group:    dip       allow: *
+group:    plugdev   allow: *
+# put in a list of other users and groups here that are allowed or denied etc.
+# e.g.
+# user:     myuser     allow:  *
+# user:     another    allow:  suspend hibernate
+# deny everyone else by default
 user:     *         deny:  *



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to