diff options
author | Colin Walters <walters@verbum.org> | 2008-12-16 15:38:54 -0500 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2008-12-16 15:38:54 -0500 |
commit | 41ee7cb94431022c3e06bb3b273505133529568c (patch) | |
tree | 27a70501b14657c4fdfd4a1828c25e2342f78859 /bus/system.conf.in | |
parent | c224ba1861b1492db7e1f7f8c9f183acd2076c79 (diff) |
Revert to default permissive
This branch is intended to keep the old default-permissive.
Diffstat (limited to 'bus/system.conf.in')
-rw-r--r-- | bus/system.conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bus/system.conf.in b/bus/system.conf.in index 92f4cc42..aab81133 100644 --- a/bus/system.conf.in +++ b/bus/system.conf.in @@ -48,7 +48,7 @@ <!-- Holes must be punched in service configuration files for name ownership and sending method calls --> <deny own="*"/> - <deny send_type="method_call"/> + <allow send_type="method_call" log="true"/> <!-- Signals and reply messages (method returns, errors) are allowed by default --> |