SELinux: rename ifconfig_run interfaces to be more specific
The change has no functional impact on the policy. It is just to keep it in sync with the interfaces shipped in selinux-policy-* packages. Signed-off-by: Vit Mojzis <vmojzis@redhat.com>
This commit is contained in:
parent
2228c29472
commit
9c91b908e1
9
frr.if
9
frr.if
@ -181,8 +181,8 @@ interface(`frr_admin',`
|
||||
## </summary>
|
||||
## </param>
|
||||
#
|
||||
ifndef(`sysnet_watch_ifconfig_run',`
|
||||
interface(`sysnet_watch_ifconfig_run',`
|
||||
ifndef(`sysnet_watch_ifconfig_run_dirs',`
|
||||
interface(`sysnet_watch_ifconfig_run_dirs',`
|
||||
gen_require(`
|
||||
type ifconfig_var_run_t;
|
||||
')
|
||||
@ -201,8 +201,8 @@ ifndef(`sysnet_watch_ifconfig_run',`
|
||||
## </summary>
|
||||
## </param>
|
||||
#
|
||||
ifndef(`sysnet_read_ifconfig_run',`
|
||||
interface(`sysnet_read_ifconfig_run',`
|
||||
ifndef(`sysnet_read_ifconfig_run_files',`
|
||||
interface(`sysnet_read_ifconfig_run_files',`
|
||||
gen_require(`
|
||||
type ifconfig_var_run_t;
|
||||
')
|
||||
@ -212,4 +212,3 @@ ifndef(`sysnet_read_ifconfig_run',`
|
||||
read_lnk_files_pattern($1, ifconfig_var_run_t, ifconfig_var_run_t)
|
||||
')
|
||||
')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user