Date: Thu, 21 Aug 2003 10:28:45 -0700 (PDT) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/security/mac_test mac_test.c Message-ID: <200308211728.h7LHSj7K010291@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2003/08/21 10:28:45 PDT
FreeBSD src repository
Modified files:
sys/security/mac_test mac_test.c
Log:
Retrofit of mac_test regression and consistency test module for MAC
Framework labels:
- Re-work the label state assertions to use a set of central
ASSERT_type_LABEL() assertions.
- Test to make sure labels passed to externalize/internalize calls haven't
been destroyed.
- For access control checks, assert the condition of all labels passed in.
- For life cycle events, assert the condition of all labels passed in.
- Add new entry point implementations for new MAC Framework entry points:
mac_test_reflect_mbuf_icmp(), mac_test_reflect_mbuf_tcp(),
mac_test_check_vnode_deleteextattr(), mac_test_check_vnode_listextattr().
Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories
Revision Changes Path
1.30 +379 -1 src/sys/security/mac_test/mac_test.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308211728.h7LHSj7K010291>
