1pegasus_openlmi_admin_SsEeLliinnuuxx(P8o)licy pegasus_opepnelgmais_uasd_moipnenlmi_admin_selinux(8)
2
3
4
6 pegasus_openlmi_admin_selinux - Security Enhanced Linux Policy for the
7 pegasus_openlmi_admin processes
8
10 Security-Enhanced Linux secures the pegasus_openlmi_admin processes via
11 flexible mandatory access control.
12
13 The pegasus_openlmi_admin processes execute with the pega‐
14 sus_openlmi_admin_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 pegasus_openlmi_admin_t
20
21
22
24 The pegasus_openlmi_admin_t SELinux type can be entered via the pega‐
25 sus_openlmi_admin_exec_t file type.
26
27 The default entrypoint paths for the pegasus_openlmi_admin_t domain are
28 the following:
29
30 /usr/libexec/pegasus/cmpiLMI_Service-cimprovagt, /usr/libexec/pega‐
31 sus/cmpiLMI_Journald-cimprovagt
32
34 SELinux defines process types (domains) for each process running on the
35 system
36
37 You can see the context of a process using the -Z option to ps
38
39 Policy governs the access confined processes have to files. SELinux
40 pegasus_openlmi_admin policy is very flexible allowing users to setup
41 their pegasus_openlmi_admin processes in as secure a method as possi‐
42 ble.
43
44 The following process types are defined for pegasus_openlmi_admin:
45
46 pegasus_openlmi_admin_t
47
48 Note: semanage permissive -a pegasus_openlmi_admin_t can be used to
49 make the process type pegasus_openlmi_admin_t permissive. SELinux does
50 not deny access to permissive process types, but the AVC (SELinux de‐
51 nials) messages are still generated.
52
53
55 SELinux policy is customizable based on least access required. pega‐
56 sus_openlmi_admin policy is extremely flexible and has several booleans
57 that allow you to manipulate the policy and run pegasus_openlmi_admin
58 with the tightest access possible.
59
60
61
62 If you want to allow all domains to execute in fips_mode, you must turn
63 on the fips_mode boolean. Enabled by default.
64
65 setsebool -P fips_mode 1
66
67
68
70 The SELinux process type pegasus_openlmi_admin_t can manage files la‐
71 beled with the following file types. The paths listed are the default
72 paths for these file types. Note the processes UID still need to have
73 DAC permissions.
74
75 cluster_conf_t
76
77 /etc/cluster(/.*)?
78
79 cluster_var_lib_t
80
81 /var/lib/pcsd(/.*)?
82 /var/lib/cluster(/.*)?
83 /var/lib/openais(/.*)?
84 /var/lib/pengine(/.*)?
85 /var/lib/corosync(/.*)?
86 /usr/lib/heartbeat(/.*)?
87 /var/lib/heartbeat(/.*)?
88 /var/lib/pacemaker(/.*)?
89
90 cluster_var_run_t
91
92 /var/run/crm(/.*)?
93 /var/run/cman_.*
94 /var/run/rsctmp(/.*)?
95 /var/run/aisexec.*
96 /var/run/heartbeat(/.*)?
97 /var/run/pcsd-ruby.socket
98 /var/run/corosync-qnetd(/.*)?
99 /var/run/corosync-qdevice(/.*)?
100 /var/run/corosync.pid
101 /var/run/cpglockd.pid
102 /var/run/rgmanager.pid
103 /var/run/cluster/rgmanager.sk
104
105 pegasus_data_t
106
107 /var/lib/Pegasus(/.*)?
108 /etc/Pegasus/pegasus_current.conf
109 /etc/Pegasus/cimserver_current.conf
110
111 root_t
112
113 /sysroot/ostree/deploy/.*-atomic/deploy(/.*)?
114 /
115 /initrd
116
117 systemd_passwd_var_run_t
118
119 /var/run/systemd/ask-password(/.*)?
120 /var/run/systemd/ask-password-block(/.*)?
121
122 systemd_unit_file_type
123
124
125
127 SELinux requires files to have an extended attribute to define the file
128 type.
129
130 You can see the context of a file using the -Z option to ls
131
132 Policy governs the access confined processes have to these files.
133 SELinux pegasus_openlmi_admin policy is very flexible allowing users to
134 setup their pegasus_openlmi_admin processes in as secure a method as
135 possible.
136
137 The following file types are defined for pegasus_openlmi_admin:
138
139
140
141 pegasus_openlmi_admin_exec_t
142
143 - Set files with the pegasus_openlmi_admin_exec_t type, if you want to
144 transition an executable to the pegasus_openlmi_admin_t domain.
145
146
147 Paths:
148 /usr/libexec/pegasus/cmpiLMI_Service-cimprovagt, /usr/libexec/pe‐
149 gasus/cmpiLMI_Journald-cimprovagt
150
151
152 Note: File context can be temporarily modified with the chcon command.
153 If you want to permanently change the file context you need to use the
154 semanage fcontext command. This will modify the SELinux labeling data‐
155 base. You will need to use restorecon to apply the labels.
156
157
159 semanage fcontext can also be used to manipulate default file context
160 mappings.
161
162 semanage permissive can also be used to manipulate whether or not a
163 process type is permissive.
164
165 semanage module can also be used to enable/disable/install/remove pol‐
166 icy modules.
167
168 semanage boolean can also be used to manipulate the booleans
169
170
171 system-config-selinux is a GUI tool available to customize SELinux pol‐
172 icy settings.
173
174
176 This manual page was auto-generated using sepolicy manpage .
177
178
180 selinux(8), pegasus_openlmi_admin(8), semanage(8), restorecon(8),
181 chcon(1), sepolicy(8), setsebool(8)
182
183
184
185pegasus_openlmi_admin 23-02-03 pegasus_openlmi_admin_selinux(8)