trunk: fix missing lo netif alias for standard and mcs configs.
This commit is contained in:
parent
936f286c16
commit
c8d4c38258
@ -224,7 +224,7 @@ sid netif gen_context(system_u:object_r:netif_t,s0 - mls_systemhigh)
|
|||||||
build_option(`enable_mls',`
|
build_option(`enable_mls',`
|
||||||
network_interface(lo, lo,s0 - mls_systemhigh)
|
network_interface(lo, lo,s0 - mls_systemhigh)
|
||||||
',`
|
',`
|
||||||
typealias netif_t alias netif_lo_t;
|
typealias netif_t alias { lo_netif_t netif_lo_t };
|
||||||
')
|
')
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
|
Loading…
Reference in New Issue
Block a user