Blob Blame History Raw

policy_module(rwho,1.2.0)

########################################
#
# Declarations
#

type rwho_t;
type rwho_exec_t;
init_daemon_domain(rwho_t, rwho_exec_t)

type rwho_log_t;
files_type(rwho_log_t)

type rwho_spool_t;
files_type(rwho_spool_t)

########################################
#
# rwho local policy
#

allow rwho_t self:capability sys_chroot;
allow rwho_t self:unix_dgram_socket create;
allow rwho_t self:fifo_file rw_file_perms;
allow rwho_t self:unix_stream_socket create_stream_socket_perms;
allow rwho_t self:udp_socket create_socket_perms;

allow rwho_t rwho_log_t:dir manage_dir_perms;
allow rwho_t rwho_log_t:file manage_file_perms;
logging_log_filetrans(rwho_t, rwho_log_t, { file dir })

allow rwho_t rwho_spool_t:dir manage_dir_perms;
allow rwho_t rwho_spool_t:file manage_file_perms;
files_spool_filetrans(rwho_t,rwho_spool_t, { file dir })

kernel_read_system_state(rwho_t)

corenet_all_recvfrom_unlabeled(rwho_t)
corenet_all_recvfrom_netlabel(rwho_t)
corenet_udp_sendrecv_all_if(rwho_t)
corenet_udp_sendrecv_all_nodes(rwho_t)
corenet_udp_sendrecv_all_ports(rwho_t)
corenet_udp_bind_all_nodes(rwho_t)
corenet_udp_bind_rwho_port(rwho_t)
corenet_sendrecv_rwho_server_packets(rwho_t)

domain_use_interactive_fds(rwho_t)

files_read_etc_files(rwho_t)

init_read_utmp(rwho_t)
init_dontaudit_write_utmp(rwho_t)

libs_use_ld_so(rwho_t)
libs_use_shared_libs(rwho_t)

miscfiles_read_localization(rwho_t)

sysnet_dns_name_resolve(rwho_t)