1rhev_agentd_consolehSeElLpienru_xsePloilniucxy(8r)hev_agenrthde_vc_oangseonltedh_eclopnesrolehelper_selinux(8)
2
3
4
6 rhev_agentd_consolehelper_selinux - Security Enhanced Linux Policy for
7 the rhev_agentd_consolehelper processes
8
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
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
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
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 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
69 If you want to allow confined applications to run with kerberos, you
70 must turn on the kerberos_enabled boolean. Enabled by default.
71
72 setsebool -P kerberos_enabled 1
73
74
75
76 If you want to allow system to run with NIS, you must turn on the
77 nis_enabled boolean. Disabled by default.
78
79 setsebool -P nis_enabled 1
80
81
82
84 The SELinux process type rhev_agentd_consolehelper_t can manage files
85 labeled with the following file types. The paths listed are the de‐
86 fault paths for these file types. Note the processes UID still need to
87 have DAC permissions.
88
89 faillog_t
90
91 /var/log/btmp.*
92 /var/log/faillog.*
93 /var/log/tallylog.*
94 /var/run/faillock(/.*)?
95
96 krb5_host_rcache_t
97
98 /var/tmp/krb5_0.rcache2
99 /var/cache/krb5rcache(/.*)?
100 /var/tmp/nfs_0
101 /var/tmp/DNS_25
102 /var/tmp/host_0
103 /var/tmp/imap_0
104 /var/tmp/HTTP_23
105 /var/tmp/HTTP_48
106 /var/tmp/ldap_55
107 /var/tmp/ldap_487
108 /var/tmp/ldapmap1_0
109
110 lastlog_t
111
112 /var/log/lastlog.*
113
114 security_t
115
116 /selinux
117
118 systemd_passwd_var_run_t
119
120 /var/run/systemd/ask-password(/.*)?
121 /var/run/systemd/ask-password-block(/.*)?
122
123 user_tmp_type
124
125 all user tmp files
126
127
129 semanage fcontext can also be used to manipulate default file context
130 mappings.
131
132 semanage permissive can also be used to manipulate whether or not a
133 process type is permissive.
134
135 semanage module can also be used to enable/disable/install/remove pol‐
136 icy modules.
137
138 semanage boolean can also be used to manipulate the booleans
139
140
141 system-config-selinux is a GUI tool available to customize SELinux pol‐
142 icy settings.
143
144
146 This manual page was auto-generated using sepolicy manpage .
147
148
150 selinux(8), rhev_agentd_consolehelper(8), semanage(8), restorecon(8),
151 chcon(1), sepolicy(8), setsebool(8)
152
153
154
155rhev_agentd_consolehelper 21-11-19rhev_agentd_consolehelper_selinux(8)