## policy for system-setup-keyboard daemon
########################################
##
## Execute a domain transition to run keyboard setup daemon.
##
##
##
## Domain allowed access.
##
##
#
interface(`keyboardd_domtrans',`
gen_require(`
type keyboardd_t, keyboardd_exec_t;
')
domtrans_pattern($1, keyboardd_exec_t, keyboardd_t)
')
######################################
##
## Allow attempts to read to
## keyboardd unnamed pipes.
##
##
##
## Domain allowed access.
##
##
#
interface(`keyboardd_read_pipes',`
gen_require(`
type keyboardd_t;
')
allow $1 keyboardd_t:fifo_file read_fifo_file_perms;
')