From c8d4c382582ca284c5f610bfdc2d8e9f20f91f4b Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Thu, 10 Jan 2008 16:39:36 +0000 Subject: [PATCH] trunk: fix missing lo netif alias for standard and mcs configs. --- policy/modules/kernel/corenetwork.te.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policy/modules/kernel/corenetwork.te.in b/policy/modules/kernel/corenetwork.te.in index 7b634e3c..8b6ee1b5 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 }; ') ########################################