Date: Sun, 12 May 2002 09:31:49 -0700 (PDT) From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 11218 for review Message-ID: <200205121631.g4CGVnU21428@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=11218 Change 11218 by rwatson@rwatson_curry on 2002/05/12 09:30:57 Have per-policy userland code for Biba and MLS include per-policy include files. If I botched installation of these include files, then this is broken. Hopefully it's not. :-) Affected files ... ... //depot/projects/trustedbsd/mac/lib/libc/posix1e/mac_biba.c#4 edit ... //depot/projects/trustedbsd/mac/lib/libc/posix1e/mac_mls.c#3 edit Differences ... ==== //depot/projects/trustedbsd/mac/lib/libc/posix1e/mac_biba.c#4 (text+ko) ==== @@ -40,6 +40,8 @@ #include <sys/types.h> #include <sys/mac.h> +#include <security/mac_biba/mac_biba.h> + #include <errno.h> #include <stdlib.h> #include <string.h> ==== //depot/projects/trustedbsd/mac/lib/libc/posix1e/mac_mls.c#3 (text+ko) ==== @@ -40,6 +40,8 @@ #include <sys/types.h> #include <sys/mac.h> +#include <security/mac_mls/mac_mls.h> + #include <errno.h> #include <stdlib.h> #include <string.h> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205121631.g4CGVnU21428>