December 2017
Intermediate to advanced
410 pages
11h 5m
English
In an SELinux enforced system, the system users are mapped with SELinux-based users. If you want to see to a list of SELinux users available, we can find it with the semanage command:
[root@kplabs ~]# semanage user -lSELinux User Prefix MCS Level MCS RangeSELinux Rolesguest_u user s0 s0 guest_rroot user s0 s0-s0:c0.c1023 staff_r sysadm_r system_r unconfined_rstaff_u user s0 s0-s0:c0.c1023staff_r sysadm_r system_r unconfined_rsysadm_u user s0 s0-s0:c0.c1023 sysadm_rsystem_u user s0 s0-s0:c0.c1023 system_r unconfined_runconfined_u user s0 s0-s0:c0.c1023system_r unconfined_ruser_u user s0 s0 user_rxguest_u user s0 s0 xguest_r
Every SELinux user has a set of access and deny policies; thus, depending ...
Read now
Unlock full access