Oreon-Lime-R2/selinux-policy/selinux-policy-d9f4a2b/selinux-policy-d9f4a2bbeb91fd95d0c35a90936efb9ea99d2455/policy/modules/contrib/boothd.if

40 lines
734 B
Text
Raw Normal View History

## <summary>policy for boothd</summary>
########################################
## <summary>
## Execute boothd_exec_t in the boothd domain.
## </summary>
## <param name="domain">
## <summary>
## Domain allowed to transition.
## </summary>
## </param>
#
interface(`boothd_domtrans',`
gen_require(`
type boothd_t, boothd_exec_t;
')
corecmd_search_bin($1)
domtrans_pattern($1, boothd_exec_t, boothd_t)
')
######################################
## <summary>
## Execute boothd in the caller domain.
## </summary>
## <param name="domain">
## <summary>
## Domain allowed access.
## </summary>
## </param>
#
interface(`boothd_exec',`
gen_require(`
type boothd_exec_t;
')
corecmd_search_bin($1)
can_exec($1, boothd_exec_t)
')