1local_login_selinux(8)    SELinux Policy local_login    local_login_selinux(8)
2
3
4

NAME

6       local_login_selinux   -   Security   Enhanced   Linux  Policy  for  the
7       local_login processes
8

DESCRIPTION

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

ENTRYPOINTS

24       The local_login_t SELinux type can be entered via the login_exec_t file
25       type.
26
27       The default entrypoint paths for the local_login_t domain are the  fol‐
28       lowing:
29
30       /bin/login, /usr/bin/login, /usr/kerberos/sbin/login.krb5
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       local_login  policy  is  very  flexible  allowing  users to setup their
40       local_login processes in as secure a method as possible.
41
42       The following process types are defined for local_login:
43
44       local_login_t
45
46       Note: semanage permissive -a local_login_t can  be  used  to  make  the
47       process  type local_login_t permissive. SELinux does not deny access to
48       permissive process types, but the AVC (SELinux  denials)  messages  are
49       still generated.
50
51

BOOLEANS

53       SELinux   policy  is  customizable  based  on  least  access  required.
54       local_login policy is extremely flexible and has several booleans  that
55       allow  you to manipulate the policy and run local_login with the tight‐
56       est access possible.
57
58
59
60       If you want to allow all domains to execute in fips_mode, you must turn
61       on the fips_mode boolean. Enabled by default.
62
63       setsebool -P fips_mode 1
64
65
66
67       If  you  want  to allow confined applications to run with kerberos, you
68       must turn on the kerberos_enabled boolean. Disabled by default.
69
70       setsebool -P kerberos_enabled 1
71
72
73
74       If you want to allow logging in and using the system from /dev/console,
75       you must turn on the login_console_enabled boolean. Enabled by default.
76
77       setsebool -P login_console_enabled 1
78
79
80
81       If  you  want  to  allow  system  to run with NIS, you must turn on the
82       nis_enabled boolean. Disabled by default.
83
84       setsebool -P nis_enabled 1
85
86
87
88       If you want to enable polyinstantiated directory support, you must turn
89       on the polyinstantiation_enabled boolean. Disabled by default.
90
91       setsebool -P polyinstantiation_enabled 1
92
93
94

MANAGED FILES

96       The  SELinux  process  type local_login_t can manage files labeled with
97       the following file types.  The paths listed are the default  paths  for
98       these  file  types.  Note the processes UID still need to have DAC per‐
99       missions.
100
101       auth_cache_t
102
103            /var/cache/coolkey(/.*)?
104
105       auth_home_t
106
107            /root/.yubico(/.*)?
108            /root/.google_authenticator
109            /root/.google_authenticator~
110            /home/[^/]+/.yubico(/.*)?
111            /home/[^/]+/.google_authenticator
112            /home/[^/]+/.google_authenticator~
113
114       cgroup_t
115
116            /sys/fs/cgroup
117
118       faillog_t
119
120            /var/log/btmp.*
121            /var/log/faillog.*
122            /var/log/tallylog.*
123            /var/run/faillock(/.*)?
124
125       initrc_var_run_t
126
127            /var/run/utmp
128            /var/run/random-seed
129            /var/run/runlevel.dir
130            /var/run/setmixer_flag
131
132       kdbusfs_t
133
134
135       lastlog_t
136
137            /var/log/lastlog.*
138
139       local_login_lock_t
140
141
142       pam_var_console_t
143
144            /var/run/console(/.*)?
145
146       pam_var_run_t
147
148            /var/(db|adm)/sudo(/.*)?
149            /var/lib/sudo(/.*)?
150            /var/run/sudo(/.*)?
151            /var/run/motd.d(/.*)?
152            /var/run/pam_ssh(/.*)?
153            /var/run/sepermit(/.*)?
154            /var/run/pam_mount(/.*)?
155            /var/run/pam_timestamp(/.*)?
156            /var/run/motd
157
158       security_t
159
160            /selinux
161
162       var_auth_t
163
164            /var/ace(/.*)?
165            /var/rsa(/.*)?
166            /var/lib/abl(/.*)?
167            /var/lib/rsa(/.*)?
168            /var/lib/pam_ssh(/.*)?
169            /var/lib/pam_shield(/.*)?
170            /var/opt/quest/vas/vasd(/.*)?
171            /var/lib/google-authenticator(/.*)?
172
173       wtmp_t
174
175            /var/log/wtmp.*
176
177

FILE CONTEXTS

179       SELinux requires files to have an extended attribute to define the file
180       type.
181
182       You can see the context of a file using the -Z option to ls
183
184       Policy  governs  the  access  confined  processes  have to these files.
185       SELinux local_login policy is very flexible  allowing  users  to  setup
186       their local_login processes in as secure a method as possible.
187
188       STANDARD FILE CONTEXT
189
190       SELinux  defines  the  file  context  types for the local_login, if you
191       wanted to store files with these types in a diffent paths, you need  to
192       execute  the  semanage  command to sepecify alternate labeling and then
193       use restorecon to put the labels on disk.
194
195       semanage fcontext  -a  -t  local_login_lock_t  '/srv/mylocal_login_con‐
196       tent(/.*)?'
197       restorecon -R -v /srv/mylocal_login_content
198
199       Note:  SELinux  often  uses  regular expressions to specify labels that
200       match multiple files.
201
202       The following file types are defined for local_login:
203
204
205
206       local_login_home_t
207
208       - Set files with the local_login_home_t type,  if  you  want  to  store
209       local login files in the users home directory.
210
211
212       Paths:
213            /root/.hushlogin, /home/[^/]+/.hushlogin
214
215
216       local_login_lock_t
217
218       -  Set files with the local_login_lock_t type, if you want to treat the
219       files as local login lock data, stored under the /var/lock directory
220
221
222
223       Note: File context can be temporarily modified with the chcon  command.
224       If  you want to permanently change the file context you need to use the
225       semanage fcontext command.  This will modify the SELinux labeling data‐
226       base.  You will need to use restorecon to apply the labels.
227
228

COMMANDS

230       semanage  fcontext  can also be used to manipulate default file context
231       mappings.
232
233       semanage permissive can also be used to manipulate  whether  or  not  a
234       process type is permissive.
235
236       semanage  module can also be used to enable/disable/install/remove pol‐
237       icy modules.
238
239       semanage boolean can also be used to manipulate the booleans
240
241
242       system-config-selinux is a GUI tool available to customize SELinux pol‐
243       icy settings.
244
245

AUTHOR

247       This manual page was auto-generated using sepolicy manpage .
248
249

SEE ALSO

251       selinux(8),   local_login(8),   semanage(8),  restorecon(8),  chcon(1),
252       sepolicy(8), setsebool(8)
253
254
255
256local_login                        20-05-05             local_login_selinux(8)
Impressum