Next: 8.8 Configuring access control
Up: 8 Specification of simplified
Previous: 8.6 Configuring RBAC
Contents
Subsections
- Syntax
domain_trans parentdomain filename-of-entrypoint;
- Meaning
This defines how domain is attached to process.
- Example
{
domain httpd_t;
domain_trans initrc_t /sbin/httpd;
....
Above means that when process(domain: initrc_t) executes
/sbin/httpd, /sbin/httpd runs as httpd_t domain.
2005-09-01