diff options
| author | Michael Biebl <biebl@debian.org> | 2008-01-25 14:36:51 +0000 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2008-01-25 14:36:51 +0000 |
| commit | 87731d3dcc428000731dda361ac5da9a45cdef1c (patch) | |
| tree | 3dacb14455f52e2f96b0bc4d79647377c6e756bc /debian/patches/02-dbus_access_network_manager.patch | |
| parent | a9ad53f2fd8a78cfcc18daf8f09dc2b5b490c2af (diff) | |
* SVN snapshot of the upcoming 0.7 release.
* Drop patches which are either obsolete, merged upstream or not yet ported - 01-supplicant_timeout.patch - 04-if_fix.patch - 11-man_page_sh_name.patch - 12_readme_format.patch - 13-validate_mac_addr.patch - 20-stable_branch_updates_r2652.patch - 21-endianess_fix_r2754.patch - 22-fix_vpn_ftbfs_dont_disable_gnome_deprecated.patch - 23-rfkill_return_type.patch - 24-get_mode_fix_r3122.patch - 25-libnl_unique_pid_r3155.patch - 26-libnl_1.0-pre8_r3206.patch - 27-dont_repeat_errors.patch * debian/patches/05-debian_backend.patch - Updated for 0.7. * debian/patches/02-dbus_access_network_manager.patch - Updated for 0.7. git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/experimental/networkmanager@2066 ceb527fc-18e6-0310-9fe2-813c157c29e7
Diffstat (limited to 'debian/patches/02-dbus_access_network_manager.patch')
| -rw-r--r-- | debian/patches/02-dbus_access_network_manager.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/patches/02-dbus_access_network_manager.patch b/debian/patches/02-dbus_access_network_manager.patch index ced5effe..12ad59de 100644 --- a/debian/patches/02-dbus_access_network_manager.patch +++ b/debian/patches/02-dbus_access_network_manager.patch @@ -1,10 +1,10 @@ Index: src/NetworkManager.conf =================================================================== ---- src/NetworkManager.conf (Revision 2735) +--- src/NetworkManager.conf (Revision 3269) +++ src/NetworkManager.conf (Arbeitskopie) -@@ -8,6 +8,14 @@ - <allow send_destination="org.freedesktop.NetworkManager"/> - <allow send_interface="org.freedesktop.NetworkManager"/> +@@ -11,6 +11,14 @@ + <allow send_destination="org.freedesktop.NetworkManager.PPP"/> + <allow send_interface="org.freedesktop.NetworkManager.PPP"/> </policy> + <policy user="haldaemon"> + <allow send_destination="org.freedesktop.NetworkManager"/> |