20 lines
414 B
Plaintext
20 lines
414 B
Plaintext
## <summary>Utilities for configuring the linux ethernet bridge</summary>
|
|
|
|
########################################
|
|
## <summary>
|
|
## Execute a domain transition to run brctl.
|
|
## </summary>
|
|
## <param name="domain">
|
|
## <summary>
|
|
## Domain allowed to transition.
|
|
## </summary>
|
|
## </param>
|
|
#
|
|
interface(`brctl_domtrans',`
|
|
gen_require(`
|
|
type brctl_t, brctl_exec_t;
|
|
')
|
|
|
|
domtrans_pattern($1, brctl_exec_t, brctl_t)
|
|
')
|