summaryrefslogtreecommitdiffstats
path: root/test/name-test/run-test-systemserver.sh
Commit message (Collapse)AuthorAgeFilesLines
* Bug 18229: Allow signalsColin Walters2008-12-091-0/+9
| | | | | | | 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/+41
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.