Setrans patch from Dan Walsh.
This commit is contained in:
parent
bd34ef71df
commit
0a119a0142
|
@ -1,5 +1,24 @@
|
|||
## <summary>SELinux MLS/MCS label translation service.</summary>
|
||||
|
||||
########################################
|
||||
## <summary>
|
||||
## Execute setrans server in the setrans domain.
|
||||
## </summary>
|
||||
## <param name="domain">
|
||||
## <summary>
|
||||
## The type of the process performing this action.
|
||||
## </summary>
|
||||
## </param>
|
||||
#
|
||||
#
|
||||
interface(`setrans_initrc_domtrans',`
|
||||
gen_require(`
|
||||
type setrans_initrc_exec_t;
|
||||
')
|
||||
|
||||
init_labeled_script_domtrans($1, setrans_initrc_exec_t)
|
||||
')
|
||||
|
||||
#######################################
|
||||
## <summary>
|
||||
## Allow a domain to translate contexts.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
policy_module(setrans, 1.6.0)
|
||||
policy_module(setrans, 1.6.1)
|
||||
|
||||
gen_require(`
|
||||
class context contains;
|
||||
|
|
Loading…
Reference in New Issue