Após se referir " man ls", mostra " ls -Z" pode exibir o contexto de segurança:
-Z, --context
Display security context so it fits on most displays. Displays only mode, user, group, security context and file name.
Executando o ls -Zcomando " ", a saída fica assim:
[root@localhost ~]# ls -Z
-rw-------. root root system_u:object_r:admin_home_t:s0 anaconda-ks.cfg
drwxrwxrwx. root root unconfined_u:object_r:admin_home_t:s0 backup
Como entender o contexto de segurança unconfined_u:object_r:admin_home_t:s0:? O " man ls" não fornece as informações.