# HG changeset patch # User kaf24@firebug.cl.cam.ac.uk # Date 1119530002 0 # Node ID d23f547a023e4302461692a00ce18b07db69a2b5 # Parent 53cd28bdd4771e56ba396de8cf99251b68bc1303 bitkeeper revision 1.1744 (42baac12VHiYuszqWxXm5lsjjqZq4g) This patch fixes some wrong comment in STE policy code. Signed-off-by: Nguyen Anh Quynh diff -r 53cd28bdd477 -r d23f547a023e xen/acm/acm_simple_type_enforcement_hooks.c --- a/xen/acm/acm_simple_type_enforcement_hooks.c Thu Jun 23 12:32:17 2005 +0000 +++ b/xen/acm/acm_simple_type_enforcement_hooks.c Thu Jun 23 12:33:22 2005 +0000 @@ -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 @@ static int share_common_type(struct doma } /* - * 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)