summaryrefslogtreecommitdiff
path: root/system-tools-backends.conf.in
AgeCommit message (Collapse)AuthorFilesLines
2007-12-13Make s-t-b use DBus system bus activation. Distros shouldn't need a ↵Carlos Garnacho1-23/+0
initscript anymore. * configure.in: bumped DBus requirement to 1.1.2, install service files in system-services directory. * services/*.in: * org.freedesktop.SystemToolsBackends.service.in: Tell them to run with User=root. * system-tools-backends.conf.in: Removed, autofoo doesn't need to modify anything here anymore, new file is * system-tools-backends.conf: Added, contains new DBus rules. Basically, users can only access the dispatcher, only the user running the dispatcher (root) will be able to communicate with the backend modules. This is done so the dispatcher can check user permissions, etc... * Makefile.am: install new configuration file * dispatcher/dispatcher.c: do not spawn any private DBus, from now on, all communications will happen in the system bus, being the services spawned when they're required. * Utils/DBus.pm (get_bus): Make backend modules use the system bus.
2006-09-082006-09-08 Carlos Garnacho <carlosg@gnome.org>carlosg1-1/+1
* system-tools-backends.conf.in: s/user/group/ in the @STB_GROUP@ policy, you fool.
2006-09-062006-09-06 Carlos Garnacho <carlosg@gnome.org>carlosg1-16/+0
* system-tools-backends.conf.in: drop at_console, looks a bit scary wrt modifying system configuration, also uncomment group matching, as latest DBus no longer crashes if the group doesn't exist.
2006-05-262006-05-26 Carlos Garnacho <carlosg@gnome.org>carlosg1-0/+10
* system-tools-backends.conf.in: make dbus access file open for testing purposes, and do not use stuff that potentially crashes the DBus daemon
2006-05-192006-05-19 Carlos Garnacho <carlosg@gnome.org>carlosg1-0/+29
* system-tools-backends.conf.in: added, prototype file for DBus system.d dir. * .cvignore: updated. * Makefile.am: install, clean and package system-tools-backends.conf.in. * configure.in: small improvements, add --with-dbus-sys=<dir> and --with-stb-group=<group>