68ac47d8c5
Whitespace, newline and tab fixes. Whitespace, newline and tab fixes. Whitespace, newline and tab fixes. Whitespace, newline and tab fixes. Whitespace, newline and tab fixes. Whitespace, newline and tab fixes. Whitespace, newline and tab fixes. Whitespace, newline and tab fixes. Whitespace, newline and tab fixes. Whitespace, newline and tab fixes. Whitespace, newline and tab fixes. Whitespace, newline and tab fixes. Whitespace, newline and tab fixes. Whitespace, newline and tab fixes. Whitespace, newline and tab fixes. Whitespace, newline and tab fixes. Whitespace, newline and tab fixes. Whitespace, newline and tab fixes. Whitespace, newline and tab fixes. Whitespace, newline and tab fixes. Whitespace, newline and tab fixes. Whitespace, newline and tab fixes.
49 lines
1.2 KiB
Plaintext
49 lines
1.2 KiB
Plaintext
policy_module(hddtemp, 1.0.1)
|
|
|
|
########################################
|
|
#
|
|
# Declarations
|
|
#
|
|
|
|
type hddtemp_t;
|
|
type hddtemp_exec_t;
|
|
init_daemon_domain(hddtemp_t, hddtemp_exec_t)
|
|
|
|
type hddtemp_initrc_exec_t;
|
|
init_script_file(hddtemp_initrc_exec_t)
|
|
|
|
type hddtemp_etc_t;
|
|
files_config_file(hddtemp_etc_t)
|
|
|
|
########################################
|
|
#
|
|
# hddtemp local policy
|
|
#
|
|
|
|
allow hddtemp_t self:capability sys_rawio;
|
|
dontaudit hddtemp_t self:capability sys_admin;
|
|
allow hddtemp_t self:netlink_route_socket r_netlink_socket_perms;
|
|
allow hddtemp_t self:tcp_socket create_stream_socket_perms;
|
|
allow hddtemp_t self:udp_socket create_socket_perms;
|
|
|
|
allow hddtemp_t hddtemp_etc_t:file read_file_perms;
|
|
|
|
corenet_all_recvfrom_unlabeled(hddtemp_t)
|
|
corenet_all_recvfrom_netlabel(hddtemp_t)
|
|
corenet_tcp_sendrecv_generic_if(hddtemp_t)
|
|
corenet_tcp_sendrecv_generic_node(hddtemp_t)
|
|
corenet_tcp_bind_generic_node(hddtemp_t)
|
|
corenet_tcp_sendrecv_all_ports(hddtemp_t)
|
|
corenet_tcp_bind_hddtemp_port(hddtemp_t)
|
|
corenet_sendrecv_hddtemp_server_packets(hddtemp_t)
|
|
corenet_tcp_sendrecv_hddtemp_port(hddtemp_t)
|
|
|
|
files_search_etc(hddtemp_t)
|
|
files_read_usr_files(hddtemp_t)
|
|
|
|
storage_raw_read_fixed_disk(hddtemp_t)
|
|
|
|
logging_send_syslog_msg(hddtemp_t)
|
|
|
|
miscfiles_read_localization(hddtemp_t)
|