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. Disabled 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
86 default paths for these file types. Note the processes UID still need
87 to 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 lastlog_t
97
98 /var/log/lastlog.*
99
100 security_t
101
102 /selinux
103
104 systemd_passwd_var_run_t
105
106 /var/run/systemd/ask-password(/.*)?
107 /var/run/systemd/ask-password-block(/.*)?
108
109
111 semanage fcontext can also be used to manipulate default file context
112 mappings.
113
114 semanage permissive can also be used to manipulate whether or not a
115 process type is permissive.
116
117 semanage module can also be used to enable/disable/install/remove pol‐
118 icy modules.
119
120 semanage boolean can also be used to manipulate the booleans
121
122
123 system-config-selinux is a GUI tool available to customize SELinux pol‐
124 icy settings.
125
126
128 This manual page was auto-generated using sepolicy manpage .
129
130
132 selinux(8), rhev_agentd_consolehelper(8), semanage(8), restorecon(8),
133 chcon(1), sepolicy(8), setsebool(8)
134
135
136
137rhev_agentd_consolehelper 20-05-05rhev_agentd_consolehelper_selinux(8)