From c8d4c382582ca284c5f610bfdc2d8e9f20f91f4b Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Jan 10 2008 16:39:36 +0000 Subject: trunk: fix missing lo netif alias for standard and mcs configs. --- diff --git a/policy/modules/kernel/corenetwork.te.in b/policy/modules/kernel/corenetwork.te.in index 7b634e3..8b6ee1b 100644 --- a/policy/modules/kernel/corenetwork.te.in +++ b/policy/modules/kernel/corenetwork.te.in @@ -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 }; ') ########################################