diff options
author | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2009-11-04 14:53:34 +0100 |
---|---|---|
committer | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2009-12-10 09:42:30 +0100 |
commit | 7ecb62b795173631620011f7a2c7e6a1b88476a6 (patch) | |
tree | 594f2e24319bb7a65b64f280bbf1825766dad743 /recipes/connman/files | |
parent | 5a04169ad35c702611aaa24b10e11590048dc823 (diff) |
connman: don't give user 'system' permissions by default. We might not have one. (connman 0.46)
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Diffstat (limited to 'recipes/connman/files')
-rw-r--r-- | recipes/connman/files/no_system_user_perms.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/connman/files/no_system_user_perms.patch b/recipes/connman/files/no_system_user_perms.patch new file mode 100644 index 0000000000..e02bd30625 --- /dev/null +++ b/recipes/connman/files/no_system_user_perms.patch @@ -0,0 +1,14 @@ +diff --git a/src/connman-dbus.conf b/src/connman-dbus.conf +index 2be3764..b4d4acd 100644 +--- a/src/connman-dbus.conf ++++ b/src/connman-dbus.conf +@@ -6,9 +6,6 @@ + <allow send_destination="org.moblin.connman"/> + <allow send_interface="org.moblin.connman.Agent"/> + </policy> +- <policy user="system"> +- <allow send_destination="org.moblin.connman"/> +- </policy> + <policy at_console="true"> + <allow send_destination="org.moblin.connman"/> + </policy> |