Date: Thu, 31 Jul 2003 11:35:43 -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_biba mac_biba.c Message-ID: <200307311835.h6VIZh30090932@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@nailabs.com> Revision Changes Path 1.63 +0 -19 src/sys/security/mac_biba/mac_biba.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307311835.h6VIZh30090932>