## GNAT Ada95 compiler
########################################
##
## Execute the ada program in the ada domain.
##
##
##
## Domain allowed access.
##
##
#
interface(`ada_domtrans',`
gen_require(`
type ada_t, ada_exec_t;
')
corecmd_search_bin($1)
domtrans_pattern($1, ada_exec_t, ada_t)
')
########################################
##
## Execute ada in the ada domain, and
## allow the specified role the ada domain.
##
##
##
## Domain allowed access.
##
##
##
##
## The role to be allowed the ada domain.
##
##
##
##
## The type of the terminal allow the ada domain to use.
##
##
#
interface(`ada_run',`
gen_require(`
type ada_t;
')
ada_domtrans($1)
role $2 types ada_t;
allow ada_t $3:chr_file rw_term_perms;
')