Layer: apps

Module: wine

Interfaces Templates

Description:

Wine Is Not an Emulator. Run Windows programs in Linux.


Interfaces:

wine_domtrans( domain )
Summary

Execute the wine program in the wine domain.

Parameters
Parameter:Description:
domain

Domain allowed access.

wine_run( domain , role , terminal )
Summary

Execute wine in the wine domain, and allow the specified role the wine domain.

Parameters
Parameter:Description:
domain

The type of the process performing this action.

role

The role to be allowed the wine domain.

terminal

The type of the terminal allow the wine domain to use.

Return

Templates:

wine_per_role_template( userdomain_prefix , user_domain , user_role )
Summary

The per role template for the wine module.

Description

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

Parameters
Parameter:Description:
userdomain_prefix

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

user_domain

The type of the user domain.

user_role

The role associated with the user domain.

Return