## Wine Is Not an Emulator. Run Windows programs in Linux.
########################################
##
## Execute the wine program in the wine domain.
##
##
##
## Domain allowed access.
##
##
#
interface(`wine_domtrans',`
gen_require(`
type wine_t, wine_exec_t;
')
corecmd_search_bin($1)
domtrans_pattern($1, wine_exec_t, wine_t)
')