Skip to content

wifi: require wifi.scan permission to start/stop P2P scan

Beniamino Galvani requested to merge bg/wifi-p2p-dbus-auth into main

Summary

Users should not be allowed to start or stop a wifi-p2p scan unless they have permission. Check for the org.freedesktop.NetworkManager.wifi.scan permission.

Fixes: dd0c59c4 ('core/devices: Add DBus methods to start/stop a P2P find')

Merge request reports