Path: blob/main/sys/security/mac_partition/mac_partition.h
39476 views
/*-1* Copyright (c) 1999-2002 Robert N. M. Watson2* Copyright (c) 2001-2002 Networks Associates Technology, Inc.3* All rights reserved.4*5* This software was developed by Robert Watson for the TrustedBSD Project.6*7* This software was developed for the FreeBSD Project in part by Network8* Associates Laboratories, the Security Research Division of Network9* Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"),10* as part of the DARPA CHATS research program.11*12* Redistribution and use in source and binary forms, with or without13* modification, are permitted provided that the following conditions14* are met:15* 1. Redistributions of source code must retain the above copyright16* notice, this list of conditions and the following disclaimer.17* 2. Redistributions in binary form must reproduce the above copyright18* notice, this list of conditions and the following disclaimer in the19* documentation and/or other materials provided with the distribution.20*21* THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND22* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE23* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE24* ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE25* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL26* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS27* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)28* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT29* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY30* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF31* SUCH DAMAGE.32*/3334/*35* Definitions for the TrustedBSD partition policy module.36*/3738#ifndef _SYS_SECURITY_MAC_PARTITION_H39#define _SYS_SECURITY_MAC_PARTITION_H4041#define MAC_PARTITION_LABEL_NAME "partition"4243#endif /* !_SYS_SECURITY_MAC_PARTITION_H */444546