diff options
author | Carsten Haitzler <raster@rasterman.com> | 2006-09-28 06:07:15 +0000 |
---|---|---|
committer | Carsten Haitzler <raster@rasterman.com> | 2006-09-28 06:07:15 +0000 |
commit | d3765d8d8e90580d061fe6d11d199a01da906f37 (patch) | |
tree | bee22db9b4d214a3c7a9619d965933d4a6586f54 /data/etc | |
parent | 10dec8c2e26048e0a9591e552924b267d319af51 (diff) | |
download | enlightenment-d3765d8d8e90580d061fe6d11d199a01da906f37.tar.gz |
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.
SVN revision: 26186
Diffstat (limited to 'data/etc')
-rw-r--r-- | data/etc/sysactions.conf | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/data/etc/sysactions.conf b/data/etc/sysactions.conf index 72ff13fe6a..6ab88b051f 100644 --- a/data/etc/sysactions.conf +++ b/data/etc/sysactions.conf @@ -48,7 +48,25 @@ action: reboot /sbin/shutdown -r now 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: * |