summaryrefslogtreecommitdiffstats
path: root/test/name-test/tmp-session-like-system.conf
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit '3d6abf64d0abb2718e082e120f14f8f923a4af59' into dbus-1.2Colin Walters2008-12-161-24/+27
|\
| * Clean up and clarify default system policyColin Walters2008-12-121-24/+27
| | | | | | | | | | The former was too reliant on old bugs and was generally unclear. This one makes explicit exactly what is allowed and not.
* | Add syslog of security denials and configuration file reloadsColin Walters2008-12-121-3/+1
|/ | | | | We need to start logging denials so that they become more easily trackable and debuggable.
* Bug 18229: Allow signalsColin Walters2008-12-091-0/+7
| | | | | | | Our previous fix went too far towards lockdown; many things rely on signals to work, and there's no really good reason to restrict which signals can be emitted on the bus because we can't tie them to a particular sender.
* Infrastructure for testing a "system like" bus in test suiteColin Walters2008-12-051-0/+79
The tmp-session-like-system.conf bus configuration has a security policy intended to mirror that of the system bus. This allows testing policy rules.