From b7e16c1c6319439d0a307d3a909a3255b4423f3c Mon Sep 17 00:00:00 2001 From: Lukasz Wojciechowski Date: Fri, 15 May 2015 09:49:48 +0200 Subject: [PATCH] Apply cynara security checks on DBUS interface Configured access: * full access for root user * cynara checks in all other cases: * allinterfaces of net.netconfig needs "http://tizen.org/privilege/network.set" * with exception for Get* methods on net.netconfig.network_statistics interface for which "http://tizen.org/privilege/network.get" is enough. Change-Id: I7ca8551afaddad32c79e8fa05c06f6bc74b40705 --- resources/etc/dbus-1/system.d/net-config.conf | 21 ++++++------------- 1 file changed, 6 insertions(+), 15 deletions(-) diff --git a/resources/etc/dbus-1/system.d/net-config.conf b/resources/etc/dbus-1/system.d/net-config.conf index 5b15ee0..67d2760 100644 --- a/resources/etc/dbus-1/system.d/net-config.conf +++ b/resources/etc/dbus-1/system.d/net-config.conf @@ -1,24 +1,15 @@ - + - - - - - - - - - - - - - - + + + + + -- 2.34.1