]> git.ipfire.org Git - people/stevee/selinux-policy.git/blob - policy/modules/services/zosremote.te
Allow munin services plugins to use NSCD services
[people/stevee/selinux-policy.git] / policy / modules / services / zosremote.te
1 policy_module(zosremote, 1.1.0)
2
3 ########################################
4 #
5 # Declarations
6 #
7
8 type zos_remote_t;
9 type zos_remote_exec_t;
10 init_system_domain(zos_remote_t, zos_remote_exec_t)
11 logging_dispatcher_domain(zos_remote_t, zos_remote_exec_t)
12
13 ########################################
14 #
15 # zos_remote local policy
16 #
17
18 allow zos_remote_t self:process signal;
19 allow zos_remote_t self:fifo_file rw_fifo_file_perms;
20 allow zos_remote_t self:unix_stream_socket create_stream_socket_perms;
21
22 files_read_etc_files(zos_remote_t)
23
24 auth_use_nsswitch(zos_remote_t)
25
26 miscfiles_read_localization(zos_remote_t)
27
28 logging_send_syslog_msg(zos_remote_t)