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">
|
2006-02-10 18:41:53 +00:00
|
|
|
## <summary>
|
2005-09-23 19:38:34 +00:00
|
|
|
## The type of the process performing this action.
|
2006-02-10 18:41:53 +00:00
|
|
|
## </summary>
|
2005-09-23 19:38:34 +00:00
|
|
|
## </param>
|
|
|
|
#
|
|
|
|
interface(`kudzu_domtrans',`
|
|
|
|
gen_require(`
|
|
|
|
type kudzu_t, kudzu_exec_t;
|
|
|
|
')
|
|
|
|
|
2008-07-23 21:38:39 +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">
|
2006-02-10 18:41:53 +00:00
|
|
|
## <summary>
|
2005-09-23 19:38:34 +00:00
|
|
|
## The type of the process performing this action.
|
2006-02-10 18:41:53 +00:00
|
|
|
## </summary>
|
2005-09-23 19:38:34 +00:00
|
|
|
## </param>
|
|
|
|
## <param name="role">
|
2006-02-10 18:41:53 +00:00
|
|
|
## <summary>
|
2005-09-23 19:38:34 +00:00
|
|
|
## The role to be allowed the kudzu domain.
|
2006-02-10 18:41:53 +00:00
|
|
|
## </summary>
|
2005-09-23 19:38:34 +00:00
|
|
|
## </param>
|
|
|
|
## <param name="terminal">
|
2006-02-10 18:41:53 +00:00
|
|
|
## <summary>
|
2005-09-23 19:38:34 +00:00
|
|
|
## The type of the terminal allow the kudzu domain to use.
|
2006-02-10 18:41:53 +00:00
|
|
|
## </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">
|
2006-02-10 18:41:53 +00:00
|
|
|
## <summary>
|
2006-01-04 16:29:11 +00:00
|
|
|
## The type of the process performing this action.
|
2006-02-10 18:41:53 +00:00
|
|
|
## </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;
|
|
|
|
')
|