X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=plugins%2Fpolkit.c;h=ae38364ac1e13add852f6619aed7fdaa786c2935;hb=4b56bbc05a7e48de6209d03280c60bf53fceb91f;hp=137dc9b1df79cdbad9cfbf974c55db017021a176;hpb=bf54810e3f36c0397fa71c6319c76fe76257b9f5;p=platform%2Fupstream%2Fconnman.git diff --git a/plugins/polkit.c b/plugins/polkit.c old mode 100644 new mode 100755 index 137dc9b..ae38364 --- a/plugins/polkit.c +++ b/plugins/polkit.c @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2012 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as @@ -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 }, { }