PERFORCE change 15718 for review

Robert Watson rwatson at freebsd.org
Fri Aug 9 06:25:04 GMT 2002


http://people.freebsd.org/~peter/p4db/chv.cgi?CH=15718

Change 15718 by rwatson at rwatson_paprika on 2002/08/08 23:24:03

	Hopefully the last mac_policy() -> mac_syscall() from the integ.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/sys/mac.h#146 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/sys/mac.h#146 (text+ko) ====

@@ -164,7 +164,7 @@
  * Extensions to POSIX.1e visible in the application namespace.
  */
 int	mac_is_present_np(const char *_policyname);
-int	mac_policy(const char *_policyname, int call, void *arg);
+int	mac_syscall(const char *_policyname, int call, void *arg);
 
 /*
  * System calls wrapped by some POSIX.1e functions.
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message



More information about the trustedbsd-cvs mailing list