## GNAT Ada95 compiler.
########################################
##
## Execute the ada program in the ada domain.
##
##
##
## Domain allowed to transition.
##
##
#
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 to transition.
##
##
##
##
## Role allowed access.
##
##
#
interface(`ada_run',`
gen_require(`
attribute_role ada_roles;
')
ada_domtrans($1)
roleattribute $2 ada_roles;
')