subgraph-os-issues
subgraph-os-issues copied to clipboard
Lock down sgfw dbus interface
/etc/dbus-1/system.d/com.subgraph.Firewall.conf:
<!-- Anyone can send messages to com.subgraph.Firewall -->
<policy context="default">
<allow send_destination="com.subgraph.Firewall" />
</policy>
Ideally should not be so permissive.