<?xml version="1.0" encoding="UTF-8"?>
<!--
  SPDX-License-Identifier: GPL-2.0-or-later
  SPDX-FileCopyrightText: 2025 GNOME Foundation, Inc.
-->
<!DOCTYPE busconfig PUBLIC
  "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
  "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">

<busconfig>
  <!-- Allow the daemon to own its name. -->
  <policy user="malcontent-webd">
    <allow own="org.freedesktop.MalcontentWeb1"/>
  </policy>

  <!-- Allow normal applications to use the web filtering API. -->
  <policy context="default">
    <allow send_destination="org.freedesktop.MalcontentWeb1"/>
  </policy>
</busconfig>

