250 lines
4.7 KiB
Plaintext
250 lines
4.7 KiB
Plaintext
## <summary>Common UNIX printing system</summary>
|
|
|
|
########################################
|
|
## <summary>
|
|
## Execute cups in the cups domain.
|
|
## </summary>
|
|
## <param name="domain">
|
|
## <summary>
|
|
## The type of the process performing this action.
|
|
## </summary>
|
|
## </param>
|
|
#
|
|
interface(`cups_domtrans',`
|
|
gen_require(`
|
|
type cupsd_t, cupsd_exec_t;
|
|
')
|
|
|
|
domtrans_pattern($1, cupsd_exec_t, cupsd_t)
|
|
')
|
|
|
|
########################################
|
|
## <summary>
|
|
## Connect to cupsd over an unix domain stream socket.
|
|
## </summary>
|
|
## <param name="domain">
|
|
## <summary>
|
|
## Domain allowed access.
|
|
## </summary>
|
|
## </param>
|
|
#
|
|
interface(`cups_stream_connect',`
|
|
gen_require(`
|
|
type cupsd_t, cupsd_var_run_t;
|
|
')
|
|
|
|
files_search_pids($1)
|
|
stream_connect_pattern($1, cupsd_var_run_t, cupsd_var_run_t, cupsd_t)
|
|
')
|
|
|
|
########################################
|
|
## <summary>
|
|
## Connect to cups over TCP. (Deprecated)
|
|
## </summary>
|
|
## <param name="domain">
|
|
## <summary>
|
|
## Domain allowed access.
|
|
## </summary>
|
|
## </param>
|
|
#
|
|
interface(`cups_tcp_connect',`
|
|
refpolicywarn(`$0($*) has been deprecated.')
|
|
')
|
|
|
|
########################################
|
|
## <summary>
|
|
## Send and receive messages from
|
|
## cups over dbus.
|
|
## </summary>
|
|
## <param name="domain">
|
|
## <summary>
|
|
## Domain allowed access.
|
|
## </summary>
|
|
## </param>
|
|
#
|
|
interface(`cups_dbus_chat',`
|
|
gen_require(`
|
|
type cupsd_t;
|
|
class dbus send_msg;
|
|
')
|
|
|
|
allow $1 cupsd_t:dbus send_msg;
|
|
allow cupsd_t $1:dbus send_msg;
|
|
')
|
|
|
|
########################################
|
|
## <summary>
|
|
## Read cups PID files.
|
|
## </summary>
|
|
## <param name="domain">
|
|
## <summary>
|
|
## Domain allowed access.
|
|
## </summary>
|
|
## </param>
|
|
#
|
|
interface(`cups_read_pid_files',`
|
|
gen_require(`
|
|
type cupsd_var_run_t;
|
|
')
|
|
|
|
files_search_pids($1)
|
|
allow $1 cupsd_var_run_t:file read_file_perms;
|
|
')
|
|
|
|
########################################
|
|
## <summary>
|
|
## Execute cups_config in the cups_config domain.
|
|
## </summary>
|
|
## <param name="domain">
|
|
## <summary>
|
|
## The type of the process performing this action.
|
|
## </summary>
|
|
## </param>
|
|
#
|
|
interface(`cups_domtrans_config',`
|
|
gen_require(`
|
|
type cupsd_config_t, cupsd_config_exec_t;
|
|
')
|
|
|
|
domtrans_pattern($1, cupsd_config_exec_t, cupsd_config_t)
|
|
')
|
|
|
|
########################################
|
|
## <summary>
|
|
## Send generic signals to the cups
|
|
## configuration daemon.
|
|
## </summary>
|
|
## <param name="domain">
|
|
## <summary>
|
|
## Domain allowed access.
|
|
## </summary>
|
|
## </param>
|
|
#
|
|
interface(`cups_signal_config',`
|
|
gen_require(`
|
|
type cupsd_config_t;
|
|
')
|
|
|
|
allow $1 cupsd_config_t:process signal;
|
|
')
|
|
|
|
########################################
|
|
## <summary>
|
|
## Send and receive messages from
|
|
## cupsd_config over dbus.
|
|
## </summary>
|
|
## <param name="domain">
|
|
## <summary>
|
|
## Domain allowed access.
|
|
## </summary>
|
|
## </param>
|
|
#
|
|
interface(`cups_dbus_chat_config',`
|
|
gen_require(`
|
|
type cupsd_config_t;
|
|
class dbus send_msg;
|
|
')
|
|
|
|
allow $1 cupsd_config_t:dbus send_msg;
|
|
allow cupsd_config_t $1:dbus send_msg;
|
|
')
|
|
|
|
########################################
|
|
## <summary>
|
|
## Read cups configuration files.
|
|
## </summary>
|
|
## <param name="domain">
|
|
## <summary>
|
|
## Domain allowed access.
|
|
## </summary>
|
|
## </param>
|
|
## <rolecap/>
|
|
#
|
|
interface(`cups_read_config',`
|
|
gen_require(`
|
|
type cupsd_etc_t, cupsd_rw_etc_t;
|
|
')
|
|
|
|
files_search_etc($1)
|
|
read_files_pattern($1, cupsd_etc_t, cupsd_etc_t)
|
|
read_files_pattern($1, cupsd_etc_t, cupsd_rw_etc_t)
|
|
')
|
|
|
|
########################################
|
|
## <summary>
|
|
## Read cups-writable configuration files.
|
|
## </summary>
|
|
## <param name="domain">
|
|
## <summary>
|
|
## Domain allowed access.
|
|
## </summary>
|
|
## </param>
|
|
## <rolecap/>
|
|
#
|
|
interface(`cups_read_rw_config',`
|
|
gen_require(`
|
|
type cupsd_etc_t, cupsd_rw_etc_t;
|
|
')
|
|
|
|
files_search_etc($1)
|
|
read_files_pattern($1, cupsd_etc_t, cupsd_rw_etc_t)
|
|
')
|
|
|
|
########################################
|
|
## <summary>
|
|
## Read cups log files.
|
|
## </summary>
|
|
## <param name="domain">
|
|
## <summary>
|
|
## Domain allowed access.
|
|
## </summary>
|
|
## </param>
|
|
## <rolecap/>
|
|
#
|
|
interface(`cups_read_log',`
|
|
gen_require(`
|
|
type cupsd_log_t;
|
|
')
|
|
|
|
logging_search_logs($1)
|
|
allow $1 cupsd_log_t:file read_file_perms;
|
|
')
|
|
|
|
########################################
|
|
## <summary>
|
|
## Write cups log files.
|
|
## </summary>
|
|
## <param name="domain">
|
|
## <summary>
|
|
## Domain allowed access.
|
|
## </summary>
|
|
## </param>
|
|
#
|
|
interface(`cups_write_log',`
|
|
gen_require(`
|
|
type cupsd_log_t;
|
|
')
|
|
|
|
logging_search_logs($1)
|
|
allow $1 cupsd_log_t:file write_file_perms;
|
|
')
|
|
|
|
########################################
|
|
## <summary>
|
|
## Connect to ptal over an unix domain stream socket.
|
|
## </summary>
|
|
## <param name="domain">
|
|
## <summary>
|
|
## Domain allowed access.
|
|
## </summary>
|
|
## </param>
|
|
#
|
|
interface(`cups_stream_connect_ptal',`
|
|
gen_require(`
|
|
type ptal_t, ptal_var_run_t;
|
|
')
|
|
|
|
files_search_pids($1)
|
|
stream_connect_pattern($1, ptal_var_run_t, ptal_var_run_t, ptal_t)
|
|
')
|