root@arm-cortex-a15:~# sestatus -v
SELinux status: enabled
SELinuxfs mount: /sys/fs/selinux
SELinux root directory: /etc/selinux
Loaded policy name: targeted
Current mode: permissive
Mode from config file: permissive
Policy MLS status: enabled
Policy deny_unknown status: allowed
Max kernel policy version: 28
Process contexts:
Current context:
unconfined_u:unconfined_r:unconfined_t:s0
Init context:
system_u:system_r:init_t:s0
File contexts:
Controlling terminal:
unconfined_u:object_r:user_tty_device_t:s0
/etc/passwd
system_u:object_r:etc_t:s0
/etc/shadow
system_u:object_r:shadow_t:s0
/bin/bash
system_u:object_r:shell_exec_t:s0
/bin/login
system_u:object_r:bin_t:s0 ->
system_u:object_r:login_exec_t:s0
/bin/sh
system_u:object_r:bin_t:s0 ->
system_u:object_r:shell_exec_t:s0
/sbin/init
system_u:object_r:bin_t:s0 ->
system_u:object_r:init_exec_t:s0
/lib/libc.so.6
system_u:object_r:lib_t:s0 -> system_u:object_r:lib_t:s0
Do I need to change any of the file contexts to avoid the
issue of login failure?