diff options
| -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 -->  | 
