1pegasus_openlmi_admin_SsEeLliinnuuxx(P8o)licy pegasus_opepnelgmais_uasd_moipnenlmi_admin_selinux(8)
2
3
4

NAME

6       pegasus_openlmi_admin_selinux  - Security Enhanced Linux Policy for the
7       pegasus_openlmi_admin processes
8

DESCRIPTION

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

ENTRYPOINTS

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

PROCESS TYPES

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
51       denials) messages are still generated.
52
53

BOOLEANS

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

MANAGED FILES

70       The  SELinux  process  type  pegasus_openlmi_admin_t  can  manage files
71       labeled with the following  file  types.   The  paths  listed  are  the
72       default  paths for these file types.  Note the processes UID still need
73       to have 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/corosync-qnetd(/.*)?
98            /var/run/corosync-qdevice(/.*)?
99            /var/run/corosync.pid
100            /var/run/cpglockd.pid
101            /var/run/rgmanager.pid
102            /var/run/cluster/rgmanager.sk
103
104       pegasus_data_t
105
106            /var/lib/Pegasus(/.*)?
107            /etc/Pegasus/pegasus_current.conf
108            /etc/Pegasus/cimserver_current.conf
109
110       root_t
111
112            /sysroot/ostree/deploy/.*-atomic/deploy(/.*)?
113            /
114            /initrd
115
116       systemd_passwd_var_run_t
117
118            /var/run/systemd/ask-password(/.*)?
119            /var/run/systemd/ask-password-block(/.*)?
120
121       systemd_unit_file_type
122
123
124

FILE CONTEXTS

126       SELinux requires files to have an extended attribute to define the file
127       type.
128
129       You can see the context of a file using the -Z option to ls
130
131       Policy  governs  the  access  confined  processes  have to these files.
132       SELinux pegasus_openlmi_admin policy is very flexible allowing users to
133       setup  their  pegasus_openlmi_admin  processes in as secure a method as
134       possible.
135
136       The following file types are defined for pegasus_openlmi_admin:
137
138
139
140       pegasus_openlmi_admin_exec_t
141
142       - Set files with the pegasus_openlmi_admin_exec_t type, if you want  to
143       transition an executable to the pegasus_openlmi_admin_t domain.
144
145
146       Paths:
147            /usr/libexec/pegasus/cmpiLMI_Service-cimprovagt,
148            /usr/libexec/pegasus/cmpiLMI_Journald-cimprovagt
149
150
151       Note: File context can be temporarily modified with the chcon  command.
152       If  you want to permanently change the file context you need to use the
153       semanage fcontext command.  This will modify the SELinux labeling data‐
154       base.  You will need to use restorecon to apply the labels.
155
156

COMMANDS

158       semanage  fcontext  can also be used to manipulate default file context
159       mappings.
160
161       semanage permissive can also be used to manipulate  whether  or  not  a
162       process type is permissive.
163
164       semanage  module can also be used to enable/disable/install/remove pol‐
165       icy modules.
166
167       semanage boolean can also be used to manipulate the booleans
168
169
170       system-config-selinux is a GUI tool available to customize SELinux pol‐
171       icy settings.
172
173

AUTHOR

175       This manual page was auto-generated using sepolicy manpage .
176
177

SEE ALSO

179       selinux(8),   pegasus_openlmi_admin(8),   semanage(8),   restorecon(8),
180       chcon(1), sepolicy(8), setsebool(8)
181
182
183
184pegasus_openlmi_admin              20-05-05   pegasus_openlmi_admin_selinux(8)
Impressum