Layer: apps

Module: wine

Tunables Interfaces Templates

Description:

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


Tunables:

wine_mmap_zero_ignore
Default value

false

Description

Ignore wine mmap_zero errors

Return

Interfaces:

wine_domtrans( domain )
Summary

Execute the wine program in the wine domain.

Parameters
Parameter:Description:
domain

Domain allowed access.

wine_run( domain , role )
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.

Return

Templates:

wine_role( 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.

wine_role_template( role_prefix , user_role , user_domain )
Summary

The role template for the wine module.

Description

This template creates a derived domains which are used for wine 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.

Return