1ec3d1a
## <summary> Policy for KDE components </summary>
1ec3d1a
1ec3d1a
#######################################
1ec3d1a
## <summary>
1ec3d1a
##      Send and receive messages from
1ec3d1a
##      firewallgui over dbus.
1ec3d1a
## </summary>
1ec3d1a
## <param name="domain">
1ec3d1a
##      <summary>
1ec3d1a
##      Domain allowed access.
1ec3d1a
##      </summary>
1ec3d1a
## </param>
1ec3d1a
#
1ec3d1a
interface(`kde_dbus_chat_backlighthelper',`
1ec3d1a
        gen_require(`
1ec3d1a
                type kdebacklighthelper_t;
1ec3d1a
                class dbus send_msg;
1ec3d1a
        ')
1ec3d1a
1ec3d1a
	allow $1 kdebacklighthelper_t:dbus send_msg;
1ec3d1a
        allow kdebacklighthelper_t $1:dbus send_msg;
1ec3d1a
')