Deleted Added
full compact
3c3
< * Copyright (c) 2001-2002 Networks Associates Technology, Inc.
---
> * Copyright (c) 2001-2004 Networks Associates Technology, Inc.
34c34
< * $FreeBSD: head/sys/security/mac_biba/mac_biba.h 126097 2004-02-22 00:33:12Z rwatson $
---
> * $FreeBSD: head/sys/security/mac_biba/mac_biba.h 132232 2004-07-16 02:03:50Z rwatson $
47c47
< #define MAC_BIBA_FLAG_SINGLE 0x00000001 /* mb_single initialized */
---
> #define MAC_BIBA_FLAG_EFFECTIVE 0x00000001 /* mb_effective initialized */
49c49
< #define MAC_BIBA_FLAGS_BOTH (MAC_BIBA_FLAG_SINGLE | MAC_BIBA_FLAG_RANGE)
---
> #define MAC_BIBA_FLAGS_BOTH (MAC_BIBA_FLAG_EFFECTIVE | MAC_BIBA_FLAG_RANGE)
76c76
< * Biba labels consist of two components: a single label, and a label
---
> * Biba labels consist of two components: an effective label, and a label
83c83
< struct mac_biba_element mb_single;
---
> struct mac_biba_element mb_effective;