Layer: apps

Module: userhelper

Interfaces Templates

Description:

SELinux utility to run a shell with a new role


Interfaces:

userhelper_dontaudit_search_config( domain )
Summary

Do not audit attempts to search the userhelper configuration directory.

Parameters
Parameter:Description:
domain

Domain to not audit.

userhelper_exec( domain )
Summary

Execute the userhelper program in the caller domain.

Parameters
Parameter:Description:
domain

Domain allowed access.

userhelper_search_config( domain )
Summary

Search the userhelper configuration directory.

Parameters
Parameter:Description:
domain

Domain allowed access.

userhelper_sigchld( domain )
Summary

Allow domain to send sigchld to userhelper.

Parameters
Parameter:Description:
domain

Domain allowed access.

userhelper_use_fd( domain )
Summary

Allow domain to use userhelper file descriptor.

Parameters
Parameter:Description:
domain

Domain allowed access.

Return

Templates:

userhelper_role_template( userrole_prefix , user_role , user_domain )
Summary

The role template for the userhelper module.

Parameters
Parameter:Description:
userrole_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.

Return