Whitespace fixes in sysnetwork.
This commit is contained in:
parent
f39eeece2f
commit
a1f7561ad3
@ -25,7 +25,7 @@
|
||||
ifdef(`distro_redhat',`
|
||||
/etc/sysconfig/network-scripts/.*resolv\.conf -- gen_context(system_u:object_r:net_conf_t,s0)
|
||||
/etc/sysconfig/networking(/.*)? gen_context(system_u:object_r:net_conf_t,s0)
|
||||
/etc/sysconfig/network-scripts(/.*)? gen_context(system_u:object_r:net_conf_t,s0)
|
||||
/etc/sysconfig/network-scripts(/.*)? gen_context(system_u:object_r:net_conf_t,s0)
|
||||
')
|
||||
|
||||
#
|
||||
|
@ -215,13 +215,13 @@ interface(`sysnet_rw_dhcp_config',`
|
||||
|
||||
########################################
|
||||
## <summary>
|
||||
## Search the DHCP client state
|
||||
## directories.
|
||||
## Search the DHCP client state
|
||||
## directories.
|
||||
## </summary>
|
||||
## <param name="domain">
|
||||
## <summary>
|
||||
## Domain allowed access.
|
||||
## </summary>
|
||||
## <summary>
|
||||
## Domain allowed access.
|
||||
## </summary>
|
||||
## </param>
|
||||
#
|
||||
interface(`sysnet_search_dhcpc_state',`
|
||||
@ -685,7 +685,7 @@ interface(`sysnet_dns_name_resolve',`
|
||||
interface(`sysnet_use_ldap',`
|
||||
gen_require(`
|
||||
type net_conf_t;
|
||||
')
|
||||
')
|
||||
|
||||
allow $1 self:tcp_socket create_socket_perms;
|
||||
|
||||
@ -713,7 +713,7 @@ interface(`sysnet_use_ldap',`
|
||||
interface(`sysnet_use_portmap',`
|
||||
gen_require(`
|
||||
type net_conf_t;
|
||||
')
|
||||
')
|
||||
|
||||
allow $1 self:tcp_socket create_socket_perms;
|
||||
allow $1 self:udp_socket create_socket_perms;
|
||||
|
Loading…
Reference in New Issue
Block a user