All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Allow SignalLevelAgent method calls in dbus policy
@ 2022-05-20 18:48 Jesse Lentz
  0 siblings, 0 replies; 2+ messages in thread
From: Jesse Lentz @ 2022-05-20 18:48 UTC (permalink / raw)
  To: iwd

[-- Attachment #1: Type: text/plain, Size: 713 bytes --]

The SignalLevelAgent API is currently broken by the system bus's
security policy, which blocks iwd's outgoing method call messages. This
patch punches a hole for method calls on the
net.connman.iwd.SignalLevelAgent interface.
---
 src/iwd-dbus.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/iwd-dbus.conf b/src/iwd-dbus.conf
index 4b3636e0..7fc2e68c 100644
--- a/src/iwd-dbus.conf
+++ b/src/iwd-dbus.conf
@@ -11,6 +11,7 @@
     <allow own="net.connman.iwd"/>
     <allow send_destination="net.connman.iwd"/>
     <allow send_interface="net.connman.iwd.Agent"/>
+    <allow send_interface="net.connman.iwd.SignalLevelAgent"/>
   </policy>
 
   <policy group="wheel">
-- 
2.36.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Allow SignalLevelAgent method calls in dbus policy
@ 2022-05-20 19:51 Denis Kenzior
  0 siblings, 0 replies; 2+ messages in thread
From: Denis Kenzior @ 2022-05-20 19:51 UTC (permalink / raw)
  To: iwd

[-- Attachment #1: Type: text/plain, Size: 405 bytes --]

Hi Jesse,

On 5/20/22 13:48, Jesse Lentz wrote:
> The SignalLevelAgent API is currently broken by the system bus's
> security policy, which blocks iwd's outgoing method call messages. This
> patch punches a hole for method calls on the
> net.connman.iwd.SignalLevelAgent interface.
> ---
>   src/iwd-dbus.conf | 1 +
>   1 file changed, 1 insertion(+)
> 

Applied, thanks.

Regards,
-Denis

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-05-20 19:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-20 18:48 [PATCH] Allow SignalLevelAgent method calls in dbus policy Jesse Lentz
2022-05-20 19:51 Denis Kenzior

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.