diff options
author | sanghyeok.oh <sanghyeok.oh@samsung.com> | 2018-05-08 19:18:16 +0900 |
---|---|---|
committer | Hyotaek Shim <hyotaek.shim@samsung.com> | 2018-06-19 05:28:07 +0000 |
commit | 457c46492966ddd179f2723b7dd1e4001c289923 (patch) | |
tree | eef1feb733a105a9e7f1dbb2980b8b787fdcba79 | |
parent | 9eec62592ff6b443bce5f3bd8dd3b67441691e5b (diff) | |
download | dbus-457c46492966ddd179f2723b7dd1e4001c289923.tar.gz dbus-457c46492966ddd179f2723b7dd1e4001c289923.tar.bz2 dbus-457c46492966ddd179f2723b7dd1e4001c289923.zip |
Dbus policy: apply default deny rules in the global conf file (system.conf - system bus)submit/tizen/20180619.052936accepted/tizen/unified/20180619.142057
This is requirement from SR, MCD, and VD Security.
Change-Id: I5ec22cd70d15fdd07c4fd3d7ad7e9289bb4ef770
Signed-off-by: sanghyeok.oh <sanghyeok.oh@samsung.com>
Signed-off-by: Hyotaek Shim <hyotaek.shim@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 633d119e..e6c0bccc 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 --> <allow own="*"/> - <allow send_type="method_call"/> + <deny send_type="method_call"/> <!-- Signals and reply messages (method returns, errors) are allowed by default --> |