blob: c2919e262953b2cd38ed13e36cecf605d2fa02a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
## <summary>Portslave terminal server software.</summary>
########################################
## <summary>
## Execute portslave with a domain transition.
## </summary>
## <param name="domain">
## <summary>
## Domain allowed to transition.
## </summary>
## </param>
#
interface(`portslave_domtrans',`
gen_require(`
type portslave_t, portslave_exec_t;
')
corecmd_search_bin($1)
domtrans_pattern($1, portslave_exec_t, portslave_t)
')
|