Package: iwd / 3.11-1

Metadata

Package Version Patches format
iwd 3.11-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
1001_support_traditional_dbus_activation.patch | (download)

Makefile.am | 11 6 + 5 - 0 !
src/net.connman.iwd.service | 5 0 + 5 - 0 !
src/net.connman.iwd.service.in | 5 5 + 0 - 0 !
wired/net.connman.ead.service | 5 0 + 5 - 0 !
wired/net.connman.ead.service.in | 5 5 + 0 - 0 !
5 files changed, 16 insertions(+), 15 deletions(-)

 hook up traditional dbus activation
 On systems using systemd dbus will use the SystemdServices= directive,
 but on non-systemd systems
 the so called "traditional dbus activation" method
 involves reading the Exec= directive.
 Setting that to /bin/false means this service is not relevant
 on non-systemd systems,
 but apparently there's an interest from users of such systems
 to use iwd (and possibly ead).
 Thus hook up the expansion of the paths
 in the Exec= directive of the dbus service files
 to allow the traditional dbus activation to start respective daemon.
2001_group_sudo_not_wheel.patch | (download)

src/iwd-dbus.conf | 2 1 + 1 - 0 !
tools/hwsim-dbus.conf | 2 1 + 1 - 0 !
wired/ead-dbus.conf | 2 1 + 1 - 0 !
3 files changed, 3 insertions(+), 3 deletions(-)

 use system group sudo instead of wheel
 System group wheel is unused on Debian systems by default,
 and granting access based on it is a security risk,
 as a group with that name might be added locally