diff options
author | sanghyeok.oh <sanghyeok.oh@samsung.com> | 2019-05-14 16:38:22 +0900 |
---|---|---|
committer | sanghyeok.oh <sanghyeok.oh@samsung.com> | 2019-05-14 16:38:30 +0900 |
commit | d834e9f79552aa2406372b8cf11f6a7ef3c5e8d1 (patch) | |
tree | f231691d3801550ce68b6b39c5241040bb9babf6 | |
parent | 3549f4349e9406bf29398f0727aba42a5077d74c (diff) | |
download | dbus-d834e9f79552aa2406372b8cf11f6a7ef3c5e8d1.tar.gz dbus-d834e9f79552aa2406372b8cf11f6a7ef3c5e8d1.tar.bz2 dbus-d834e9f79552aa2406372b8cf11f6a7ef3c5e8d1.zip |
apply default deny own policysubmit/tizen/20190530.011453accepted/tizen/unified/20190602.221846
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.in | 2 |
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 |