1services_munin_plugin_SsEeLliinnuuxx(P8o)licy services_musneirnv_ipcleusg_imnunin_plugin_selinux(8)
2
3
4

NAME

6       services_munin_plugin_selinux  - Security Enhanced Linux Policy for the
7       services_munin_plugin processes
8

DESCRIPTION

10       Security-Enhanced Linux secures the services_munin_plugin processes via
11       flexible mandatory access control.
12
13       The    services_munin_plugin    processes   execute   with   the   ser‐
14       vices_munin_plugin_t SELinux type. You can check if you have these pro‐
15       cesses running by executing the ps command with the -Z qualifier.
16
17       For example:
18
19       ps -eZ | grep services_munin_plugin_t
20
21
22

ENTRYPOINTS

24       The  services_munin_plugin_t  SELinux  type can be entered via the ser‐
25       vices_munin_plugin_exec_t file type.
26
27       The default entrypoint paths for the services_munin_plugin_t domain are
28       the following:
29
30       /usr/share/munin/plugins/nut.*,        /usr/share/munin/plugins/ntp_.*,
31       /usr/share/munin/plugins/snmp_.*,    /usr/share/munin/plugins/mysql_.*,
32       /usr/share/munin/plugins/slapd_.*,   /usr/share/munin/plugins/squid_.*,
33       /usr/share/munin/plugins/apache_.*, /usr/share/munin/plugins/tomcat_.*,
34       /usr/share/munin/plugins/varnish_.*,    /usr/share/munin/plugins/aster‐
35       isk_.*,  /usr/share/munin/plugins/postgres_.*,   /usr/share/munin/plug‐
36       ins/named,    /usr/share/munin/plugins/ping_,    /usr/share/munin/plug‐
37       ins/samba,   /usr/share/munin/plugins/lpstat,    /usr/share/munin/plug‐
38       ins/openvpn,  /usr/share/munin/plugins/fail2ban, /usr/share/munin/plug‐
39       ins/http_loadtime
40

PROCESS TYPES

42       SELinux defines process types (domains) for each process running on the
43       system
44
45       You can see the context of a process using the -Z option to ps
46
47       Policy  governs  the  access confined processes have to files.  SELinux
48       services_munin_plugin policy is very flexible allowing users  to  setup
49       their  services_munin_plugin  processes in as secure a method as possi‐
50       ble.
51
52       The following process types are defined for services_munin_plugin:
53
54       services_munin_plugin_t
55
56       Note: semanage permissive -a services_munin_plugin_t  can  be  used  to
57       make  the process type services_munin_plugin_t permissive. SELinux does
58       not deny access to permissive  process  types,  but  the  AVC  (SELinux
59       denials) messages are still generated.
60
61

BOOLEANS

63       SELinux  policy  is  customizable based on least access required.  ser‐
64       vices_munin_plugin policy is extremely flexible and has  several  bool‐
65       eans   that   allow   you   to  manipulate  the  policy  and  run  ser‐
66       vices_munin_plugin with the tightest access possible.
67
68
69
70       If you want to deny any process from ptracing or  debugging  any  other
71       processes,  you  must  turn  on  the  deny_ptrace  boolean.  Enabled by
72       default.
73
74       setsebool -P deny_ptrace 1
75
76
77
78       If you want to allow any process  to  mmap  any  file  on  system  with
79       attribute  file_type,  you must turn on the domain_can_mmap_files bool‐
80       ean. Enabled by default.
81
82       setsebool -P domain_can_mmap_files 1
83
84
85
86       If you want to allow all domains write to kmsg_device, while kernel  is
87       executed  with  systemd.log_target=kmsg parameter, you must turn on the
88       domain_can_write_kmsg boolean. Disabled by default.
89
90       setsebool -P domain_can_write_kmsg 1
91
92
93
94       If you want to allow all domains to use other domains file descriptors,
95       you must turn on the domain_fd_use boolean. Enabled by default.
96
97       setsebool -P domain_fd_use 1
98
99
100
101       If  you  want to allow all domains to have the kernel load modules, you
102       must  turn  on  the  domain_kernel_load_modules  boolean.  Disabled  by
103       default.
104
105       setsebool -P domain_kernel_load_modules 1
106
107
108
109       If you want to allow all domains to execute in fips_mode, you must turn
110       on the fips_mode boolean. Enabled by default.
111
112       setsebool -P fips_mode 1
113
114
115
116       If you want to enable reading of urandom for all domains, you must turn
117       on the global_ssp boolean. Disabled by default.
118
119       setsebool -P global_ssp 1
120
121
122
123       If  you  want to allow confined applications to use nscd shared memory,
124       you must turn on the nscd_use_shm boolean. Disabled by default.
125
126       setsebool -P nscd_use_shm 1
127
128
129

MANAGED FILES

131       The SELinux  process  type  services_munin_plugin_t  can  manage  files
132       labeled  with  the  following  file  types.   The  paths listed are the
133       default paths for these file types.  Note the processes UID still  need
134       to have DAC permissions.
135
136       munin_plugin_state_t
137
138            /var/lib/munin/plugin-state(/.*)?
139
140       services_munin_plugin_tmp_t
141
142
143       services_munin_plugin_tmpfs_t
144
145
146

FILE CONTEXTS

148       SELinux requires files to have an extended attribute to define the file
149       type.
150
151       You can see the context of a file using the -Z option to ls
152
153       Policy governs the access  confined  processes  have  to  these  files.
154       SELinux services_munin_plugin policy is very flexible allowing users to
155       setup their services_munin_plugin processes in as secure  a  method  as
156       possible.
157
158       STANDARD FILE CONTEXT
159
160       SELinux  defines  the file context types for the services_munin_plugin,
161       if you wanted to store files with these types in a diffent  paths,  you
162       need to execute the semanage command to sepecify alternate labeling and
163       then use restorecon to put the labels on disk.
164
165       semanage  fcontext  -a  -t  services_munin_plugin_tmpfs_t  '/srv/myser‐
166       vices_munin_plugin_content(/.*)?'
167       restorecon -R -v /srv/myservices_munin_plugin_content
168
169       Note:  SELinux  often  uses  regular expressions to specify labels that
170       match multiple files.
171
172       The following file types are defined for services_munin_plugin:
173
174
175
176       services_munin_plugin_exec_t
177
178       - Set files with the services_munin_plugin_exec_t type, if you want  to
179       transition an executable to the services_munin_plugin_t domain.
180
181
182       Paths:
183            /usr/share/munin/plugins/nut.*,   /usr/share/munin/plugins/ntp_.*,
184            /usr/share/munin/plugins/snmp_.*,           /usr/share/munin/plug‐
185            ins/mysql_.*,                   /usr/share/munin/plugins/slapd_.*,
186            /usr/share/munin/plugins/squid_.*,          /usr/share/munin/plug‐
187            ins/apache_.*,                 /usr/share/munin/plugins/tomcat_.*,
188            /usr/share/munin/plugins/varnish_.*,        /usr/share/munin/plug‐
189            ins/asterisk_.*,             /usr/share/munin/plugins/postgres_.*,
190            /usr/share/munin/plugins/named,    /usr/share/munin/plugins/ping_,
191            /usr/share/munin/plugins/samba,   /usr/share/munin/plugins/lpstat,
192            /usr/share/munin/plugins/openvpn,           /usr/share/munin/plug‐
193            ins/fail2ban, /usr/share/munin/plugins/http_loadtime
194
195
196       services_munin_plugin_tmp_t
197
198       -  Set  files with the services_munin_plugin_tmp_t type, if you want to
199       store services munin plugin temporary files in the /tmp directories.
200
201
202
203       services_munin_plugin_tmpfs_t
204
205       - Set files with the services_munin_plugin_tmpfs_t type, if you want to
206       store services munin plugin files on a tmpfs file system.
207
208
209
210       Note:  File context can be temporarily modified with the chcon command.
211       If you want to permanently change the file context you need to use  the
212       semanage fcontext command.  This will modify the SELinux labeling data‐
213       base.  You will need to use restorecon to apply the labels.
214
215

COMMANDS

217       semanage fcontext can also be used to manipulate default  file  context
218       mappings.
219
220       semanage  permissive  can  also  be used to manipulate whether or not a
221       process type is permissive.
222
223       semanage module can also be used to enable/disable/install/remove  pol‐
224       icy modules.
225
226       semanage boolean can also be used to manipulate the booleans
227
228
229       system-config-selinux is a GUI tool available to customize SELinux pol‐
230       icy settings.
231
232

AUTHOR

234       This manual page was auto-generated using sepolicy manpage .
235
236

SEE ALSO

238       selinux(8),   services_munin_plugin(8),   semanage(8),   restorecon(8),
239       chcon(1), sepolicy(8) , setsebool(8)
240
241
242
243services_munin_plugin              19-04-25   services_munin_plugin_selinux(8)
Impressum