## system-config-firewall dbus system service.
########################################
##
## Send and receive messages from
## firewallgui over dbus.
##
##
##
## Domain allowed access.
##
##
#
interface(`firewallgui_dbus_chat',`
gen_require(`
type firewallgui_t;
class dbus send_msg;
')
allow $1 firewallgui_t:dbus send_msg;
allow firewallgui_t $1:dbus send_msg;
')
########################################
##
## Do not audit attempts to read and
## write firewallgui unnamed pipes.
##
##
##
## Domain to not audit.
##
##
#
interface(`firewallgui_dontaudit_rw_pipes',`
gen_require(`
type firewallgui_t;
')
dontaudit $1 firewallgui_t:fifo_file rw_fifo_file_perms;
')