1rhev_agentd_consolehSeElLpienru_xsePloilniucxy(8r)hev_agenrthde_vc_oangseonltedh_eclopnesrolehelper_selinux(8)
2
3
4

NAME

6       rhev_agentd_consolehelper_selinux  - Security Enhanced Linux Policy for
7       the rhev_agentd_consolehelper processes
8

DESCRIPTION

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

ENTRYPOINTS

25       The rhev_agentd_consolehelper_t SELinux type can  be  entered  via  the
26       consolehelper_exec_t file type.
27
28       The default entrypoint paths for the rhev_agentd_consolehelper_t domain
29       are the following:
30
31       /usr/bin/consolehelper
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       rhev_agentd_consolehelper policy is very  flexible  allowing  users  to
41       setup  their  rhev_agentd_consolehelper processes in as secure a method
42       as possible.
43
44       The following process types are defined for rhev_agentd_consolehelper:
45
46       rhev_agentd_consolehelper_t
47
48       Note: semanage permissive -a rhev_agentd_consolehelper_t can be used to
49       make  the  process type rhev_agentd_consolehelper_t permissive. SELinux
50       does 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.
56       rhev_agentd_consolehelper policy is extremely flexible and has  several
57       booleans   that   allow   you   to   manipulate   the  policy  and  run
58       rhev_agentd_consolehelper with the tightest access possible.
59
60
61
62       If you want to allow all domains to use other domains file descriptors,
63       you must turn on the allow_domain_fd_use boolean. Enabled by default.
64
65       setsebool -P allow_domain_fd_use 1
66
67
68
69       If  you  want  to allow confined applications to run with kerberos, you
70       must turn on the allow_kerberos boolean. Enabled by default.
71
72       setsebool -P allow_kerberos 1
73
74
75
76       If you want to allow sysadm to debug or ptrace all processes, you  must
77       turn on the allow_ptrace boolean. Disabled by default.
78
79       setsebool -P allow_ptrace 1
80
81
82
83       If  you  want  to  allow  system  to run with NIS, you must turn on the
84       allow_ypbind boolean. Disabled by default.
85
86       setsebool -P allow_ypbind 1
87
88
89
90       If you want to allow all domains to have the kernel load  modules,  you
91       must  turn  on  the  domain_kernel_load_modules  boolean.  Disabled  by
92       default.
93
94       setsebool -P domain_kernel_load_modules 1
95
96
97
98       If you want to allow all domains to execute in fips_mode, you must turn
99       on the fips_mode boolean. Enabled by default.
100
101       setsebool -P fips_mode 1
102
103
104
105       If you want to enable reading of urandom for all domains, you must turn
106       on the global_ssp boolean. Disabled by default.
107
108       setsebool -P global_ssp 1
109
110
111
112       If you want to allow confined applications to use nscd  shared  memory,
113       you must turn on the nscd_use_shm boolean. Enabled by default.
114
115       setsebool -P nscd_use_shm 1
116
117
118

MANAGED FILES

120       The  SELinux  process type rhev_agentd_consolehelper_t can manage files
121       labeled with the following  file  types.   The  paths  listed  are  the
122       default  paths for these file types.  Note the processes UID still need
123       to have DAC permissions.
124
125       faillog_t
126
127            /var/log/btmp.*
128            /var/log/faillog.*
129            /var/log/tallylog.*
130            /var/run/faillock(/.*)?
131
132       initrc_tmp_t
133
134
135       krb5_host_rcache_t
136
137            /var/cache/krb5rcache(/.*)?
138            /var/tmp/host_0
139            /var/tmp/HTTP_23
140
141       lastlog_t
142
143            /var/log/lastlog.*
144
145       mnt_t
146
147            /mnt(/[^/]*)
148            /mnt(/[^/]*)?
149            /rhev(/[^/]*)?
150            /media(/[^/]*)
151            /media(/[^/]*)?
152            /etc/rhgb(/.*)?
153            /media/.hal-.*
154            /net
155            /afs
156            /rhev
157            /misc
158
159       pcscd_var_run_t
160
161            /var/run/pcscd.events(/.*)?
162            /var/run/pcscd.pid
163            /var/run/pcscd.pub
164            /var/run/pcscd.comm
165
166       security_t
167
168
169       tmp_t
170
171            /tmp
172            /usr/tmp
173            /var/tmp
174            /tmp-inst
175            /var/tmp-inst
176            /var/tmp/vi.recover
177
178

COMMANDS

180       semanage fcontext can also be used to manipulate default  file  context
181       mappings.
182
183       semanage  permissive  can  also  be used to manipulate whether or not a
184       process type is permissive.
185
186       semanage module can also be used to enable/disable/install/remove  pol‐
187       icy modules.
188
189       semanage boolean can also be used to manipulate the booleans
190
191
192       system-config-selinux is a GUI tool available to customize SELinux pol‐
193       icy settings.
194
195

AUTHOR

197       This manual page was auto-generated using sepolicy manpage .
198
199

SEE ALSO

201       selinux(8), rhev_agentd_consolehelper(8),  semanage(8),  restorecon(8),
202       chcon(1) , setsebool(8)
203
204
205
206rhev_agentd_consolehelper          15-06-03rhev_agentd_consolehelper_selinux(8)
Impressum