===== xen/acm/acm_simple_type_enforcement_hooks.c 1.1 vs edited ===== --- 1.1/xen/acm/acm_simple_type_enforcement_hooks.c 2005-06-21 07:28:06 +09:00 +++ edited/xen/acm/acm_simple_type_enforcement_hooks.c 2005-06-23 19:12:59 +09:00 @@ -31,7 +31,7 @@ #include #include -/* local cache structures for chinese wall policy */ +/* local cache structures for STE policy */ struct ste_binary_policy ste_bin_pol; static inline int have_common_type (ssidref_t ref1, ssidref_t ref2) { @@ -66,7 +66,7 @@ } /* - * Initializing chinese wall policy (will be filled by policy partition + * Initializing STE policy (will be filled by policy partition * using setpolicy command) */ int acm_init_ste_policy(void)