Layer: contrib

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_dontaudit_write_config( domain )
Summary

Do not audit attempts to write the userhelper configuration files.

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_exec_consolehelper( domain )
Summary

Execute the consolehelper 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_console_role_template( role_prefix , user_role , user_domain )
Summary

The role template for the consolehelper module.

Description

This template creates a derived domains which are used for consolehelper applications.

Parameters
Parameter:Description:
role_prefix

The prefix of the user domain (e.g., user is the prefix for user_t).

user_role

The role associated with the user domain.

user_domain

The type of the user domain.

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