selinux-policy/policy/modules/admin/ddcprobe.if

46 lines
942 B
Plaintext
Raw Normal View History

2006-01-04 16:29:11 +00:00
## <summary>ddcprobe retrieves monitor and graphics card information</summary>
########################################
## <summary>
## Execute ddcprobe in the ddcprobe domain.
## </summary>
## <param name="domain">
## <summary>
## Domain allowed to transition.
## </summary>
2006-01-04 16:29:11 +00:00
## </param>
#
interface(`ddcprobe_domtrans',`
gen_require(`
type ddcprobe_t, ddcprobe_exec_t;
')
domtrans_pattern($1, ddcprobe_exec_t, ddcprobe_t)
2006-01-04 16:29:11 +00:00
')
########################################
## <summary>
## Execute ddcprobe in the ddcprobe domain, and
## allow the specified role the ddcprobe domain.
## </summary>
## <param name="domain">
## <summary>
## Domain allowed to transition.
## </summary>
2006-01-04 16:29:11 +00:00
## </param>
## <param name="role">
## <summary>
2006-01-04 16:29:11 +00:00
## Role to be authenticated for ddcprobe domain.
## </summary>
2006-01-04 16:29:11 +00:00
## </param>
2006-09-06 22:07:25 +00:00
## <rolecap/>
2006-01-04 16:29:11 +00:00
#
interface(`ddcprobe_run',`
gen_require(`
type ddcprobe_t;
')
ddcprobe_domtrans($1)
role $2 types ddcprobe_t;
')