September 2014
Intermediate to advanced
240 pages
5h 53m
English
To end the SELinux module development for services, we need to create proper role-based interfaces. Whereas the _role interface is usually for nonprivileged user roles, an _admin interface is used to provide all the necessary privileges to fully administer a service.
An administrative interface which we can later assign to the user and role that will administer the environment is created with the following steps:
init script type for the init scripts of the daemon. For instance, for the virtd daemon inside virt.te, the following policy rules create the proper init script type:type virtd_initrc_exec_t; init_script_file(virtd_initrc_exec_t)
init script is labeled ...Read now
Unlock full access