From 4c10a569c112ffb3a646bc0e5353d190fef58e22 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 26 Nov 2010 10:57:42 +0100 Subject: Change service name from org.moblin.connman to net.connman --- plugins/polkit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/polkit.c') diff --git a/plugins/polkit.c b/plugins/polkit.c index 137dc9b1..0b232d9d 100644 --- a/plugins/polkit.c +++ b/plugins/polkit.c @@ -30,10 +30,10 @@ #include static const GDBusSecurityTable polkit_security[] = { - { CONNMAN_PRIVILEGE_MODIFY, "org.moblin.connman.modify", + { CONNMAN_PRIVILEGE_MODIFY, "net.connman.modify", G_DBUS_SECURITY_FLAG_BUILTIN | G_DBUS_SECURITY_FLAG_ALLOW_INTERACTION }, - { CONNMAN_PRIVILEGE_SECRET, "org.moblin.connman.secret", + { CONNMAN_PRIVILEGE_SECRET, "net.connman.secret", G_DBUS_SECURITY_FLAG_BUILTIN | G_DBUS_SECURITY_FLAG_ALLOW_INTERACTION }, { } -- cgit v1.2.3