wifi: Add support for autoscan request
[framework/connectivity/connman.git] / plugins / polkit.c
index 137dc9b..ae38364 100644 (file)
@@ -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
 #include <connman/dbus.h>
 
 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 },
        { }