1pegasus_openlmi_accouSnEtL_isneulxinPuoxl(i8c)y pegasus_oppeenglamsiu_sa_cocpoeunnltmi_account_selinux(8)
2
3
4
6 pegasus_openlmi_account_selinux - Security Enhanced Linux Policy for
7 the pegasus_openlmi_account processes
8
10 Security-Enhanced Linux secures the pegasus_openlmi_account processes
11 via flexible mandatory access control.
12
13 The pegasus_openlmi_account processes execute with the pega‐
14 sus_openlmi_account_t SELinux type. You can check if you have these
15 processes running by executing the ps command with the -Z qualifier.
16
17 For example:
18
19 ps -eZ | grep pegasus_openlmi_account_t
20
21
22
24 The pegasus_openlmi_account_t SELinux type can be entered via the
25 user_home_t, pegasus_openlmi_account_exec_t file types.
26
27 The default entrypoint paths for the pegasus_openlmi_account_t domain
28 are the following:
29
30 /home/[^/]+/.+, /usr/libexec/pegasus/cmpiLMI_Account-cimprovagt
31
33 SELinux defines process types (domains) for each process running on the
34 system
35
36 You can see the context of a process using the -Z option to ps
37
38 Policy governs the access confined processes have to files. SELinux
39 pegasus_openlmi_account policy is very flexible allowing users to setup
40 their pegasus_openlmi_account processes in as secure a method as possi‐
41 ble.
42
43 The following process types are defined for pegasus_openlmi_account:
44
45 pegasus_openlmi_account_t
46
47 Note: semanage permissive -a pegasus_openlmi_account_t can be used to
48 make the process type pegasus_openlmi_account_t permissive. SELinux
49 does not deny access to permissive process types, but the AVC (SELinux
50 denials) messages are still generated.
51
52
54 SELinux policy is customizable based on least access required. pega‐
55 sus_openlmi_account policy is extremely flexible and has several bool‐
56 eans that allow you to manipulate the policy and run pega‐
57 sus_openlmi_account with the tightest access possible.
58
59
60
61 If you want to allow users to resolve user passwd entries directly from
62 ldap rather then using a sssd server, you must turn on the authlo‐
63 gin_nsswitch_use_ldap boolean. Disabled by default.
64
65 setsebool -P authlogin_nsswitch_use_ldap 1
66
67
68
69 If you want to allow all daemons to write corefiles to /, you must turn
70 on the daemons_dump_core boolean. Disabled by default.
71
72 setsebool -P daemons_dump_core 1
73
74
75
76 If you want to enable cluster mode for daemons, you must turn on the
77 daemons_enable_cluster_mode boolean. Enabled by default.
78
79 setsebool -P daemons_enable_cluster_mode 1
80
81
82
83 If you want to allow all daemons to use tcp wrappers, you must turn on
84 the daemons_use_tcp_wrapper boolean. Disabled by default.
85
86 setsebool -P daemons_use_tcp_wrapper 1
87
88
89
90 If you want to allow all daemons the ability to read/write terminals,
91 you must turn on the daemons_use_tty boolean. Disabled by default.
92
93 setsebool -P daemons_use_tty 1
94
95
96
97 If you want to deny any process from ptracing or debugging any other
98 processes, you must turn on the deny_ptrace boolean. Enabled by
99 default.
100
101 setsebool -P deny_ptrace 1
102
103
104
105 If you want to allow any process to mmap any file on system with
106 attribute file_type, you must turn on the domain_can_mmap_files bool‐
107 ean. Enabled by default.
108
109 setsebool -P domain_can_mmap_files 1
110
111
112
113 If you want to allow all domains write to kmsg_device, while kernel is
114 executed with systemd.log_target=kmsg parameter, you must turn on the
115 domain_can_write_kmsg boolean. Disabled by default.
116
117 setsebool -P domain_can_write_kmsg 1
118
119
120
121 If you want to allow all domains to use other domains file descriptors,
122 you must turn on the domain_fd_use boolean. Enabled by default.
123
124 setsebool -P domain_fd_use 1
125
126
127
128 If you want to allow all domains to have the kernel load modules, you
129 must turn on the domain_kernel_load_modules boolean. Disabled by
130 default.
131
132 setsebool -P domain_kernel_load_modules 1
133
134
135
136 If you want to allow all domains to execute in fips_mode, you must turn
137 on the fips_mode boolean. Enabled by default.
138
139 setsebool -P fips_mode 1
140
141
142
143 If you want to enable reading of urandom for all domains, you must turn
144 on the global_ssp boolean. Disabled by default.
145
146 setsebool -P global_ssp 1
147
148
149
150 If you want to allow confined applications to run with kerberos, you
151 must turn on the kerberos_enabled boolean. Enabled by default.
152
153 setsebool -P kerberos_enabled 1
154
155
156
157 If you want to allow system to run with NIS, you must turn on the
158 nis_enabled boolean. Disabled by default.
159
160 setsebool -P nis_enabled 1
161
162
163
164 If you want to allow confined applications to use nscd shared memory,
165 you must turn on the nscd_use_shm boolean. Disabled by default.
166
167 setsebool -P nscd_use_shm 1
168
169
170
171 If you want to support NFS home directories, you must turn on the
172 use_nfs_home_dirs boolean. Disabled by default.
173
174 setsebool -P use_nfs_home_dirs 1
175
176
177
178 If you want to support SAMBA home directories, you must turn on the
179 use_samba_home_dirs boolean. Disabled by default.
180
181 setsebool -P use_samba_home_dirs 1
182
183
184
186 The SELinux process type pegasus_openlmi_account_t can manage files
187 labeled with the following file types. The paths listed are the
188 default paths for these file types. Note the processes UID still need
189 to have DAC permissions.
190
191 cifs_t
192
193
194 cluster_conf_t
195
196 /etc/cluster(/.*)?
197
198 cluster_var_lib_t
199
200 /var/lib/pcsd(/.*)?
201 /var/lib/cluster(/.*)?
202 /var/lib/openais(/.*)?
203 /var/lib/pengine(/.*)?
204 /var/lib/corosync(/.*)?
205 /usr/lib/heartbeat(/.*)?
206 /var/lib/heartbeat(/.*)?
207 /var/lib/pacemaker(/.*)?
208
209 cluster_var_run_t
210
211 /var/run/crm(/.*)?
212 /var/run/cman_.*
213 /var/run/rsctmp(/.*)?
214 /var/run/aisexec.*
215 /var/run/heartbeat(/.*)?
216 /var/run/corosync-qnetd(/.*)?
217 /var/run/corosync-qdevice(/.*)?
218 /var/run/cpglockd.pid
219 /var/run/corosync.pid
220 /var/run/rgmanager.pid
221 /var/run/cluster/rgmanager.sk
222
223 etc_runtime_t
224
225 /[^/]+
226 /etc/mtab.*
227 /etc/blkid(/.*)?
228 /etc/nologin.*
229 /etc/.fstab.hal..+
230 /halt
231 /fastboot
232 /poweroff
233 /etc/cmtab
234 /forcefsck
235 /.autofsck
236 /.suspended
237 /fsckoptions
238 /var/.updated
239 /etc/.updated
240 /.autorelabel
241 /etc/securetty
242 /etc/nohotplug
243 /etc/killpower
244 /etc/ioctl.save
245 /etc/fstab.REVOKE
246 /etc/network/ifstate
247 /etc/sysconfig/hwconf
248 /etc/ptal/ptal-printd-like
249 /etc/sysconfig/iptables.save
250 /etc/xorg.conf.d/00-system-setup-keyboard.conf
251 /etc/X11/xorg.conf.d/00-system-setup-keyboard.conf
252
253 initrc_var_run_t
254
255 /var/run/utmp
256 /var/run/random-seed
257 /var/run/runlevel.dir
258 /var/run/setmixer_flag
259
260 nfs_t
261
262
263 passwd_file_t
264
265 /etc/group[-+]?
266 /etc/passwd[-+]?
267 /etc/passwd.adjunct.*
268 /etc/ptmptmp
269 /etc/.pwd.lock
270 /etc/group.lock
271 /etc/passwd.OLD
272 /etc/passwd.lock
273
274 pegasus_data_t
275
276 /var/lib/Pegasus(/.*)?
277 /etc/Pegasus/pegasus_current.conf
278 /etc/Pegasus/cimserver_current.conf
279
280 root_t
281
282 /sysroot/ostree/deploy/.*-atomic.*/deploy(/.*)?
283 /
284 /initrd
285
286 security_t
287
288 /selinux
289
290 semanage_read_lock_t
291
292 /etc/selinux/([^/]*/)?modules/semanage.read.LOCK
293 /var/lib/selinux/[^/]+/semanage.read.LOCK
294
295 semanage_store_t
296
297 /etc/selinux/([^/]*/)?policy(/.*)?
298 /etc/selinux/(minimum|mls|targeted)/active(/.*)?
299 /etc/selinux/([^/]*/)?modules/(active|tmp|previous)(/.*)?
300 /var/lib/selinux(/.*)?
301 /etc/share/selinux/mls(/.*)?
302 /etc/share/selinux/targeted(/.*)?
303
304 semanage_tmp_t
305
306
307 semanage_trans_lock_t
308
309 /etc/selinux/([^/]*/)?modules/semanage.trans.LOCK
310 /var/lib/selinux/[^/]+/semanage.trans.LOCK
311
312 shadow_t
313
314 /etc/shadow.*
315 /etc/gshadow.*
316 /etc/nshadow.*
317 /var/db/shadow.*
318 /etc/security/opasswd
319 /etc/security/opasswd.old
320
321 user_home_type
322
323 all user home files
324
325
327 SELinux requires files to have an extended attribute to define the file
328 type.
329
330 You can see the context of a file using the -Z option to ls
331
332 Policy governs the access confined processes have to these files.
333 SELinux pegasus_openlmi_account policy is very flexible allowing users
334 to setup their pegasus_openlmi_account processes in as secure a method
335 as possible.
336
337 The following file types are defined for pegasus_openlmi_account:
338
339
340
341 pegasus_openlmi_account_exec_t
342
343 - Set files with the pegasus_openlmi_account_exec_t type, if you want
344 to transition an executable to the pegasus_openlmi_account_t domain.
345
346
347
348 Note: File context can be temporarily modified with the chcon command.
349 If you want to permanently change the file context you need to use the
350 semanage fcontext command. This will modify the SELinux labeling data‐
351 base. You will need to use restorecon to apply the labels.
352
353
355 semanage fcontext can also be used to manipulate default file context
356 mappings.
357
358 semanage permissive can also be used to manipulate whether or not a
359 process type is permissive.
360
361 semanage module can also be used to enable/disable/install/remove pol‐
362 icy modules.
363
364 semanage boolean can also be used to manipulate the booleans
365
366
367 system-config-selinux is a GUI tool available to customize SELinux pol‐
368 icy settings.
369
370
372 This manual page was auto-generated using sepolicy manpage .
373
374
376 selinux(8), pegasus_openlmi_account(8), semanage(8), restorecon(8),
377 chcon(1), sepolicy(8) , setsebool(8)
378
379
380
381pegasus_openlmi_account 19-04-25 pegasus_openlmi_account_selinux(8)