diff options
author | Warner Losh <imp@FreeBSD.org> | 2023-08-16 17:54:11 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2023-08-16 17:54:11 +0000 |
commit | 95ee2897e98f5d444f26ed2334cc7c439f9c16c6 (patch) | |
tree | 0a5dc23810cd888bebf4213a8b87d1854fb14cfd /sys/security/mac | |
parent | d54a7d337331d991e039e4f42f6b4dc64aedce08 (diff) | |
download | src-95ee2897e98f5d444f26ed2334cc7c439f9c16c6.tar.gz src-95ee2897e98f5d444f26ed2334cc7c439f9c16c6.zip |
Diffstat (limited to 'sys/security/mac')
-rw-r--r-- | sys/security/mac/mac_framework.h | 2 | ||||
-rw-r--r-- | sys/security/mac/mac_internal.h | 2 | ||||
-rw-r--r-- | sys/security/mac/mac_policy.h | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/sys/security/mac/mac_framework.h b/sys/security/mac/mac_framework.h index 6ffd8e27bcb7..644028bde478 100644 --- a/sys/security/mac/mac_framework.h +++ b/sys/security/mac/mac_framework.h @@ -37,8 +37,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ /* diff --git a/sys/security/mac/mac_internal.h b/sys/security/mac/mac_internal.h index c5437f78b029..d1ee1af09c0b 100644 --- a/sys/security/mac/mac_internal.h +++ b/sys/security/mac/mac_internal.h @@ -44,8 +44,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ #ifndef _SECURITY_MAC_MAC_INTERNAL_H_ diff --git a/sys/security/mac/mac_policy.h b/sys/security/mac/mac_policy.h index 1a6b19b79f85..cf101bc4414e 100644 --- a/sys/security/mac/mac_policy.h +++ b/sys/security/mac/mac_policy.h @@ -38,8 +38,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ /* * Kernel interface for MAC policy modules. |