diff options
author | Milan P. Stanić <mps@arvanta.net> | 2019-03-20 17:02:28 +0100 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-03-20 16:47:49 +0000 |
commit | bb1da4d7d71783e39716223708c1c0721aed2fc8 (patch) | |
tree | b422e4db244ea8c46c00fa98d3d4862a14ba48cd /testing/iwd/dbus-netdev-group.patch | |
parent | c5d03158a4517812f91fd4699c9a31179b8d16fb (diff) | |
download | aports-bb1da4d7d71783e39716223708c1c0721aed2fc8.tar.bz2 aports-bb1da4d7d71783e39716223708c1c0721aed2fc8.tar.xz |
testing/iwd: add netdev group to dbus config file
add doc subpackage and asciidoc to makedepends
bump pkgrel
Diffstat (limited to 'testing/iwd/dbus-netdev-group.patch')
-rw-r--r-- | testing/iwd/dbus-netdev-group.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/testing/iwd/dbus-netdev-group.patch b/testing/iwd/dbus-netdev-group.patch new file mode 100644 index 0000000000..4b72ba45d3 --- /dev/null +++ b/testing/iwd/dbus-netdev-group.patch @@ -0,0 +1,14 @@ +--- a/src/iwd-dbus.conf 2018-09-20 19:43:09.000000000 +0200 ++++ b/src/iwd-dbus.conf 2018-09-20 21:02:03.000000000 +0100 +@@ -18,6 +18,11 @@ + <allow send_interface="net.connman.iwd.Agent"/> + </policy> + ++ <policy group="netdev"> ++ <allow send_destination="net.connman.iwd"/> ++ <allow send_interface="net.connman.iwd.Agent"/> ++ </policy> ++ + <policy at_console="true"> + <allow send_destination="net.connman.iwd"/> + <allow send_interface="net.connman.iwd.Agent"/> |