connman: allow members of network group to control daemon via dbus
This commit is contained in:
parent
2178537c73
commit
25dbeaa419
2 changed files with 11 additions and 1 deletions
9
srcpkgs/connman/files/connmand.conf
Normal file
9
srcpkgs/connman/files/connmand.conf
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
|
||||||
|
<busconfig>
|
||||||
|
<policy group="network">
|
||||||
|
<allow own="net.connman"/>
|
||||||
|
<allow send_destination="net.connman"/>
|
||||||
|
<allow send_interface="net.connman"/>
|
||||||
|
</policy>
|
||||||
|
</busconfig>
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'connman'
|
# Template file for 'connman'
|
||||||
pkgname=connman
|
pkgname=connman
|
||||||
version=1.38
|
version=1.38
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-polkit --enable-client --enable-pie --enable-ethernet
|
configure_args="--enable-polkit --enable-client --enable-pie --enable-ethernet
|
||||||
--enable-wifi --enable-bluetooth --enable-loopback --enable-nmcompat
|
--enable-wifi --enable-bluetooth --enable-loopback --enable-nmcompat
|
||||||
|
@ -33,6 +33,7 @@ post_install() {
|
||||||
# Install the client connmanctl.
|
# Install the client connmanctl.
|
||||||
vbin client/connmanctl
|
vbin client/connmanctl
|
||||||
vsv connmand
|
vsv connmand
|
||||||
|
vinstall ${FILESDIR}/connmand.conf 755 usr/share/dbus-1/system.d/
|
||||||
}
|
}
|
||||||
|
|
||||||
connman-devel_package() {
|
connman-devel_package() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue