For virtd
Signed-off-by: Dominick Grift <dominick.grift@gmail.com>
This commit is contained in:
parent
fc749312f5
commit
176afaf5d6
@ -559,6 +559,25 @@ interface(`sysnet_signal_ifconfig',`
|
||||
allow $1 ifconfig_t:process signal;
|
||||
')
|
||||
|
||||
########################################
|
||||
## <summary>
|
||||
## Send null signals to ifconfig.
|
||||
## </summary>
|
||||
## <param name="domain">
|
||||
## <summary>
|
||||
## Domain allowed access.
|
||||
## </summary>
|
||||
## </param>
|
||||
## <rolecap/>
|
||||
#
|
||||
interface(`sysnet_signull_ifconfig',`
|
||||
gen_require(`
|
||||
type ifconfig_t;
|
||||
')
|
||||
|
||||
allow $1 ifconfig_t:process signull;
|
||||
')
|
||||
|
||||
########################################
|
||||
## <summary>
|
||||
## Read the DHCP configuration files.
|
||||
|
Loading…
Reference in New Issue
Block a user