18c7327e1SRobert Watson /*- 2f6a41092SRobert Watson * Copyright (c) 1999-2002 Robert N. M. Watson 3f6a41092SRobert Watson * Copyright (c) 2001-2002 Networks Associates Technology, Inc. 48c7327e1SRobert Watson * All rights reserved. 58c7327e1SRobert Watson * 68c7327e1SRobert Watson * This software was developed by Robert Watson for the TrustedBSD Project. 78c7327e1SRobert Watson * 8dc858fcaSRobert Watson * This software was developed for the FreeBSD Project in part by Network 9dc858fcaSRobert Watson * Associates Laboratories, the Security Research Division of Network 10dc858fcaSRobert Watson * Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), 11dc858fcaSRobert Watson * as part of the DARPA CHATS research program. 128c7327e1SRobert Watson * 138c7327e1SRobert Watson * Redistribution and use in source and binary forms, with or without 148c7327e1SRobert Watson * modification, are permitted provided that the following conditions 158c7327e1SRobert Watson * are met: 168c7327e1SRobert Watson * 1. Redistributions of source code must retain the above copyright 178c7327e1SRobert Watson * notice, this list of conditions and the following disclaimer. 188c7327e1SRobert Watson * 2. Redistributions in binary form must reproduce the above copyright 198c7327e1SRobert Watson * notice, this list of conditions and the following disclaimer in the 208c7327e1SRobert Watson * documentation and/or other materials provided with the distribution. 218c7327e1SRobert Watson * 228c7327e1SRobert Watson * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 238c7327e1SRobert Watson * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 248c7327e1SRobert Watson * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 258c7327e1SRobert Watson * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 268c7327e1SRobert Watson * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 278c7327e1SRobert Watson * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 288c7327e1SRobert Watson * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 298c7327e1SRobert Watson * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 308c7327e1SRobert Watson * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 318c7327e1SRobert Watson * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 328c7327e1SRobert Watson * SUCH DAMAGE. 338c7327e1SRobert Watson */ 348c7327e1SRobert Watson 358c7327e1SRobert Watson /* 368c7327e1SRobert Watson * Definitions for the TrustedBSD partition policy module. 378c7327e1SRobert Watson */ 388c7327e1SRobert Watson 398c7327e1SRobert Watson #ifndef _SYS_SECURITY_MAC_PARTITION_H 408c7327e1SRobert Watson #define _SYS_SECURITY_MAC_PARTITION_H 418c7327e1SRobert Watson 428c7327e1SRobert Watson #define MAC_PARTITION_LABEL_NAME "partition" 438c7327e1SRobert Watson 448c7327e1SRobert Watson #endif /* !_SYS_SECURITY_MAC_PARTITION_H */ 45