Execute a command with a substitute user
Send a SIGCHLD signal to the sudo domain.
Parameter: | Description: |
---|---|
domain |
Domain allowed access. |
Execute sudo_exec_t without a domain transition
This interface allows a domain to execute sudo_exec_t without a domain transition. It is for daemons that already have setuid access but are running as uid != 0.
Parameter: | Description: |
---|---|
domain |
The domain that can execute sudo. |
The role template for the sudo module.
This template creates a derived domain which is allowed to change the linux user id, to run commands as a different user.
Parameter: | Description: |
---|---|
role_prefix |
The prefix of the user role (e.g., user is the prefix for user_r). |
user_role |
The user role. |
user_domain |
The user domain associated with the role. |