local.users(5) | SELinux configuration | local.users(5) |
local.users - The SELinux local users configuration file
The file contains local user definitions in the form of policy language user statements and is only found on older SELinux systems as it has been deprecated and replaced by the semange(8) services.
This file is only read by selinux_mkload_policy(3) when SETLOCALDEFS in the SELinux config file (see selinux_config(5)) is set to 1.
selinux_users_path(3) will return the active policy path to the directory where this file is located. The default local users file is:
Where {SELINUXTYPE} is the entry from the selinux configuration file config (see selinux_config(5)).
The file consists of one or more entries terminated with ';', each on a separate line as follows:
Where:
# ./users/local.users
user test_u roles staff_r level s0 range s0 - s15:c0.c1023;
selinux(8), semanage(8), selinux_users_path(3), selinux_config(5), selinux_mkload_policy(3)
28-Nov-2011 | Security Enhanced Linux |