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