ia64/xen-unstable
changeset 5563:d23f547a023e
bitkeeper revision 1.1744 (42baac12VHiYuszqWxXm5lsjjqZq4g)
This patch fixes some wrong comment in STE policy code.
Signed-off-by: Nguyen Anh Quynh <aquynh@gmail.com>
This patch fixes some wrong comment in STE policy code.
Signed-off-by: Nguyen Anh Quynh <aquynh@gmail.com>
author | kaf24@firebug.cl.cam.ac.uk |
---|---|
date | Thu Jun 23 12:33:22 2005 +0000 (2005-06-23) |
parents | 53cd28bdd477 |
children | 68de76620c9c a9eabb439f56 |
files | xen/acm/acm_simple_type_enforcement_hooks.c |
line diff
1.1 --- a/xen/acm/acm_simple_type_enforcement_hooks.c Thu Jun 23 12:32:17 2005 +0000 1.2 +++ b/xen/acm/acm_simple_type_enforcement_hooks.c Thu Jun 23 12:33:22 2005 +0000 1.3 @@ -31,7 +31,7 @@ 1.4 #include <asm/atomic.h> 1.5 #include <acm/acm_endian.h> 1.6 1.7 -/* local cache structures for chinese wall policy */ 1.8 +/* local cache structures for STE policy */ 1.9 struct ste_binary_policy ste_bin_pol; 1.10 1.11 static inline int have_common_type (ssidref_t ref1, ssidref_t ref2) { 1.12 @@ -66,7 +66,7 @@ static int share_common_type(struct doma 1.13 } 1.14 1.15 /* 1.16 - * Initializing chinese wall policy (will be filled by policy partition 1.17 + * Initializing STE policy (will be filled by policy partition 1.18 * using setpolicy command) 1.19 */ 1.20 int acm_init_ste_policy(void)