Dbus policy: apply default deny rules in the global conf file (system.conf - system... 56/178156/5 accepted/tizen/unified/20180619.142057 submit/tizen/20180619.052936
authorsanghyeok.oh <sanghyeok.oh@samsung.com>
Tue, 8 May 2018 10:18:16 +0000 (19:18 +0900)
committerHyotaek Shim <hyotaek.shim@samsung.com>
Tue, 19 Jun 2018 05:28:07 +0000 (05:28 +0000)
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>
bus/system.conf.in

index 633d119eb23eba7206ce965b2bb2c0f128c6f125..e6c0bcccf76be8e9c2ef174c4c62e13ed30b0823 100644 (file)
@@ -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 -->