cvs commit: src/sys/security/mac_biba mac_biba.c
Robert Watson
rwatson at FreeBSD.org
Thu Jul 31 11:35:45 PDT 2003
rwatson 2003/07/31 11:35:43 PDT
FreeBSD src repository
Modified files:
sys/security/mac_biba mac_biba.c
Log:
Remove a suser() check in the mac_biba policy: the MAC Framework itself
already checks suser on a network interface relabel, so don't dup it
here. Rely solely on the Biba definition of privilege, which is
already tested.
Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories
Submitted by: Andrew Reisse <areisse at nailabs.com>
Revision Changes Path
1.63 +0 -19 src/sys/security/mac_biba/mac_biba.c
More information about the cvs-src
mailing list