2009-08-05 14:59:21 +00:00
|
|
|
policy_module(zosremote, 1.1.0)
|
2009-03-19 17:56:10 +00:00
|
|
|
|
|
|
|
########################################
|
|
|
|
#
|
|
|
|
# Declarations
|
|
|
|
#
|
|
|
|
|
|
|
|
type zos_remote_t;
|
|
|
|
type zos_remote_exec_t;
|
|
|
|
init_system_domain(zos_remote_t, zos_remote_exec_t)
|
|
|
|
logging_dispatcher_domain(zos_remote_t, zos_remote_exec_t)
|
|
|
|
|
|
|
|
########################################
|
|
|
|
#
|
|
|
|
# zos_remote local policy
|
|
|
|
#
|
|
|
|
|
|
|
|
allow zos_remote_t self:process signal;
|
|
|
|
allow zos_remote_t self:fifo_file rw_file_perms;
|
|
|
|
allow zos_remote_t self:unix_stream_socket create_stream_socket_perms;
|
|
|
|
|
|
|
|
files_read_etc_files(zos_remote_t)
|
|
|
|
|
2009-06-19 13:52:33 +00:00
|
|
|
auth_use_nsswitch(zos_remote_t)
|
2009-03-19 17:56:10 +00:00
|
|
|
|
|
|
|
miscfiles_read_localization(zos_remote_t)
|
|
|
|
|
|
|
|
logging_send_syslog_msg(zos_remote_t)
|