Configure the operating system to prevent non-privileged users from executing
privileged functions to include disabling, circumventing, or altering
implemented security safeguards/countermeasures. All administrators must be
mapped to the sysadm_u
or staff_u
users with the
appropriate domains (sysadm_t
and staff_t
).
$ sudo semanage login -m -s sysadm_u USER
or
$ sudo semanage login -m -s staff_u USER
All authorized non-administrative
users must be mapped to the user_u
role or the appropriate domain
(user_t).
$ sudo semanage login -m -s user_u USER