summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsanghyeok.oh <sanghyeok.oh@samsung.com>2019-05-14 16:38:22 +0900
committersanghyeok.oh <sanghyeok.oh@samsung.com>2019-05-14 16:38:30 +0900
commitd834e9f79552aa2406372b8cf11f6a7ef3c5e8d1 (patch)
treef231691d3801550ce68b6b39c5241040bb9babf6
parent3549f4349e9406bf29398f0727aba42a5077d74c (diff)
downloaddbus-d834e9f79552aa2406372b8cf11f6a7ef3c5e8d1.tar.gz
dbus-d834e9f79552aa2406372b8cf11f6a7ef3c5e8d1.tar.bz2
dbus-d834e9f79552aa2406372b8cf11f6a7ef3c5e8d1.zip
Change default own policy from allow to deny. Change-Id: Ifde07a31ea3e6b8c97a6b7aee093ff9bf67c301c Signed-off-by: sanghyeok.oh <sanghyeok.oh@samsung.com>
-rw-r--r--bus/system.conf.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/bus/system.conf.in b/bus/system.conf.in
index e6c0bccc..58975dc5 100644
--- a/bus/system.conf.in
+++ b/bus/system.conf.in
@@ -47,7 +47,7 @@
<!-- Holes must be punched in service configuration files for
name ownership and sending method calls -->
- <allow own="*"/>
+ <deny own="*"/>
<deny send_type="method_call"/>
<!-- Signals and reply messages (method returns, errors) are allowed