2.3. 사용자의 SELinux 컨텍스트
다음 명령을 사용하여 Linux 사용자와 연결된 SELinux 컨텍스트를 확인합니다.
~]$ id -Z unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023
~]$ id -Z
unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023
Red Hat Enterprise Linux에서 Linux 사용자는 기본적으로 제한 없이 실행됩니다. 이 SELinux 컨텍스트는 Linux 사용자가
unconfined_r
역할로 실행되는 SELinux unconfined_u
사용자에게 매핑되고 있으며 unconfined_t
도메인에서 실행 중입니다. s0-s0
은 MLS 범위이며, 이 경우 s0
과 동일합니다. 사용자가 액세스할 수 있는 범주는 c0.c1023
에 의해 정의되며, 이는 모든 카테고리(c0
에서 c1023
까지)로 정의됩니다.