trunk: fix missing lo netif alias for standard and mcs configs.

This commit is contained in:
Chris PeBenito 2008-01-10 16:39:36 +00:00
parent 936f286c16
commit c8d4c38258

View File

@ -224,7 +224,7 @@ sid netif gen_context(system_u:object_r:netif_t,s0 - mls_systemhigh)
build_option(`enable_mls',`
network_interface(lo, lo,s0 - mls_systemhigh)
',`
typealias netif_t alias netif_lo_t;
typealias netif_t alias { lo_netif_t netif_lo_t };
')
########################################