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

71 lines
1.4 KiB
Plaintext
Raw Normal View History

2005-09-23 19:38:34 +00:00
## <summary>Hardware detection and configuration tools</summary>
########################################
## <summary>
## Execute kudzu in the kudzu domain.
## </summary>
## <param name="domain">
## <summary>
2005-09-23 19:38:34 +00:00
## The type of the process performing this action.
## </summary>
2005-09-23 19:38:34 +00:00
## </param>
#
interface(`kudzu_domtrans',`
gen_require(`
type kudzu_t, kudzu_exec_t;
')
2006-12-12 20:08:08 +00:00
domtrans_pattern($1,kudzu_exec_t,kudzu_t)
2005-09-23 19:38:34 +00:00
')
########################################
## <summary>
## Execute kudzu in the kudzu domain, and
## allow the specified role the kudzu domain.
## </summary>
## <param name="domain">
## <summary>
2005-09-23 19:38:34 +00:00
## The type of the process performing this action.
## </summary>
2005-09-23 19:38:34 +00:00
## </param>
## <param name="role">
## <summary>
2005-09-23 19:38:34 +00:00
## The role to be allowed the kudzu domain.
## </summary>
2005-09-23 19:38:34 +00:00
## </param>
## <param name="terminal">
## <summary>
2005-09-23 19:38:34 +00:00
## The type of the terminal allow the kudzu domain to use.
## </summary>
2005-09-23 19:38:34 +00:00
## </param>
2006-09-06 22:07:25 +00:00
## <rolecap/>
2005-09-23 19:38:34 +00:00
#
interface(`kudzu_run',`
gen_require(`
type kudzu_t;
')
kudzu_domtrans($1)
role $2 types kudzu_t;
allow kudzu_t $3:chr_file rw_term_perms;
')
2006-01-04 16:29:11 +00:00
########################################
## <summary>
## Get attributes of kudzu executable.
## </summary>
## <param name="domain">
## <summary>
2006-01-04 16:29:11 +00:00
## The type of the process performing this action.
## </summary>
2006-01-04 16:29:11 +00:00
## </param>
#
# cjp: added for ddcprobe
2006-02-02 21:08:12 +00:00
interface(`kudzu_getattr_exec_files',`
2006-01-04 16:29:11 +00:00
gen_require(`
type kudzu_exec_t;
')
allow $1 kudzu_exec_t:file getattr;
')