1pegasus_openlmi_accouSnEtL_isneulxinPuoxl(i8c)y pegasus_oppeenglamsiu_sa_cocpoeunnltmi_account_selinux(8)
2
3
4

NAME

6       pegasus_openlmi_account_selinux  -  Security  Enhanced Linux Policy for
7       the pegasus_openlmi_account processes
8

DESCRIPTION

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

ENTRYPOINTS

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

PROCESS TYPES

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

BOOLEANS

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 all domains to execute in fips_mode, you must turn
62       on the fips_mode boolean. Enabled by default.
63
64       setsebool -P fips_mode 1
65
66
67
68       If you want to allow system to run with  NIS,  you  must  turn  on  the
69       nis_enabled boolean. Disabled by default.
70
71       setsebool -P nis_enabled 1
72
73
74
75       If  you  want  to  support  NFS  home directories, you must turn on the
76       use_nfs_home_dirs boolean. Enabled by default.
77
78       setsebool -P use_nfs_home_dirs 1
79
80
81
82       If you want to support SAMBA home directories, you  must  turn  on  the
83       use_samba_home_dirs boolean. Disabled by default.
84
85       setsebool -P use_samba_home_dirs 1
86
87
88

MANAGED FILES

90       The  SELinux  process  type  pegasus_openlmi_account_t can manage files
91       labeled with the following  file  types.   The  paths  listed  are  the
92       default  paths for these file types.  Note the processes UID still need
93       to have DAC permissions.
94
95       cifs_t
96
97
98       cluster_conf_t
99
100            /etc/cluster(/.*)?
101
102       cluster_var_lib_t
103
104            /var/lib/pcsd(/.*)?
105            /var/lib/cluster(/.*)?
106            /var/lib/openais(/.*)?
107            /var/lib/pengine(/.*)?
108            /var/lib/corosync(/.*)?
109            /usr/lib/heartbeat(/.*)?
110            /var/lib/heartbeat(/.*)?
111            /var/lib/pacemaker(/.*)?
112
113       cluster_var_run_t
114
115            /var/run/crm(/.*)?
116            /var/run/cman_.*
117            /var/run/rsctmp(/.*)?
118            /var/run/aisexec.*
119            /var/run/heartbeat(/.*)?
120            /var/run/corosync-qnetd(/.*)?
121            /var/run/corosync-qdevice(/.*)?
122            /var/run/corosync.pid
123            /var/run/cpglockd.pid
124            /var/run/rgmanager.pid
125            /var/run/cluster/rgmanager.sk
126
127       initrc_var_run_t
128
129            /var/run/utmp
130            /var/run/random-seed
131            /var/run/runlevel.dir
132            /var/run/setmixer_flag
133
134       nfs_t
135
136
137       pegasus_data_t
138
139            /var/lib/Pegasus(/.*)?
140            /etc/Pegasus/pegasus_current.conf
141            /etc/Pegasus/cimserver_current.conf
142
143       root_t
144
145            /sysroot/ostree/deploy/.*-atomic/deploy(/.*)?
146            /
147            /initrd
148
149       security_t
150
151            /selinux
152
153       semanage_read_lock_t
154
155            /etc/selinux/([^/]*/)?modules/semanage.read.LOCK
156            /var/lib/selinux/[^/]+/semanage.read.LOCK
157
158       semanage_store_t
159
160            /etc/selinux/([^/]*/)?policy(/.*)?
161            /etc/selinux/(minimum|mls|targeted)/active(/.*)?
162            /etc/selinux/([^/]*/)?modules/(active|tmp|previous)(/.*)?
163            /var/lib/selinux(/.*)?
164            /etc/share/selinux/mls(/.*)?
165            /etc/share/selinux/targeted(/.*)?
166
167       semanage_trans_lock_t
168
169            /etc/selinux/([^/]*/)?modules/semanage.trans.LOCK
170            /var/lib/selinux/[^/]+/semanage.trans.LOCK
171
172       shadow_t
173
174            /etc/shadow.*
175            /etc/gshadow.*
176            /etc/nshadow.*
177            /var/db/shadow.*
178            /etc/security/opasswd
179            /etc/security/opasswd.old
180
181       user_home_type
182
183            all user home files
184
185

FILE CONTEXTS

187       SELinux requires files to have an extended attribute to define the file
188       type.
189
190       You can see the context of a file using the -Z option to ls
191
192       Policy  governs  the  access  confined  processes  have to these files.
193       SELinux pegasus_openlmi_account policy is very flexible allowing  users
194       to  setup their pegasus_openlmi_account processes in as secure a method
195       as possible.
196
197       The following file types are defined for pegasus_openlmi_account:
198
199
200
201       pegasus_openlmi_account_exec_t
202
203       - Set files with the pegasus_openlmi_account_exec_t type, if  you  want
204       to transition an executable to the pegasus_openlmi_account_t domain.
205
206
207
208       Note:  File context can be temporarily modified with the chcon command.
209       If you want to permanently change the file context you need to use  the
210       semanage fcontext command.  This will modify the SELinux labeling data‐
211       base.  You will need to use restorecon to apply the labels.
212
213

COMMANDS

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

AUTHOR

232       This manual page was auto-generated using sepolicy manpage .
233
234

SEE ALSO

236       selinux(8),  pegasus_openlmi_account(8),  semanage(8),   restorecon(8),
237       chcon(1), sepolicy(8), setsebool(8)
238
239
240
241pegasus_openlmi_account            20-05-05 pegasus_openlmi_account_selinux(8)
Impressum