Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
31 lines
800 B
Diff
31 lines
800 B
Diff
diff --git a/src/iwd-dbus.conf b/src/iwd-dbus.conf
|
|
index f2509ebc..a443987d 100644
|
|
--- a/src/iwd-dbus.conf
|
|
+++ b/src/iwd-dbus.conf
|
|
@@ -19,10 +19,6 @@
|
|
<allow send_destination="net.connman.iwd"/>
|
|
</policy>
|
|
|
|
- <policy group="netdev">
|
|
- <allow send_destination="net.connman.iwd"/>
|
|
- </policy>
|
|
-
|
|
<policy context="default">
|
|
<deny send_destination="net.connman.iwd"/>
|
|
</policy>
|
|
diff --git a/wired/ead-dbus.conf b/wired/ead-dbus.conf
|
|
index 8a685e0a..749d0c05 100644
|
|
--- a/wired/ead-dbus.conf
|
|
+++ b/wired/ead-dbus.conf
|
|
@@ -17,10 +17,6 @@
|
|
<allow send_destination="net.connman.ead"/>
|
|
</policy>
|
|
|
|
- <policy group="netdev">
|
|
- <allow send_destination="net.connman.ead"/>
|
|
- </policy>
|
|
-
|
|
<policy context="default">
|
|
<deny send_destination="net.connman.ead"/>
|
|
</policy>
|