## policy for firewallgui
########################################
##
## 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;
')
########################################
##
## Read and write firewallgui unnamed pipes.
##
##
##
## Domain allowed access.
##
##
#
interface(`firewallgui_dontaudit_rw_pipes',`
gen_require(`
type firewallgui_t;
')
dontaudit $1 firewallgui_t:fifo_file rw_inherited_fifo_file_perms;
')