Date: Wed, 30 Oct 2002 09:56:57 -0800 (PST) From: Robert Watson <rwatson@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_mac.c src/sys/sys mac.h mac_policy.h src/sys/security/mac_biba mac_biba.c src/sys/security/mac_bsdextended mac_bsdextended.c src/sys/security/mac_mls mac_mls.c src/sys/security/mac_none mac_none.c src/sys/security/mac_test ... Message-ID: <200210301756.g9UHuvmd066936@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2002/10/30 09:56:57 PST Modified files: sys/kern kern_mac.c sys/sys mac.h mac_policy.h sys/security/mac_biba mac_biba.c sys/security/mac_bsdextended mac_bsdextended.c sys/security/mac_mls mac_mls.c sys/security/mac_none mac_none.c sys/security/mac_test mac_test.c Log: While 'mode_t' seemed like a good idea for the access mode argument for MAC access() and open() checks, the argument actually has an int type where it becomes available. Switch to using 'int' for the mode argument throughout the MAC Framework and policy modules. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.55 +3 -3 src/sys/kern/kern_mac.c 1.37 +1 -1 src/sys/security/mac_biba/mac_biba.c 1.4 +5 -5 src/sys/security/mac_bsdextended/mac_bsdextended.c 1.28 +1 -1 src/sys/security/mac_mls/mac_mls.c 1.17 +2 -2 src/sys/security/mac_none/mac_none.c 1.14 +2 -2 src/sys/security/mac_test/mac_test.c 1.24 +2 -2 src/sys/sys/mac.h 1.23 +2 -2 src/sys/sys/mac_policy.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210301756.g9UHuvmd066936>