PERFORCE change 34052 for review
Robert Watson
rwatson at FreeBSD.org
Fri Jul 4 03:20:29 GMT 2003
http://perforce.freebsd.org/chv.cgi?CH=34052
Change 34052 by rwatson at rwatson_fledge on 2003/07/03 20:19:51
Declare mac_prepare_type().
Affected files ...
.. //depot/projects/trustedbsd/mac/sys/sys/mac.h#238 edit
Differences ...
==== //depot/projects/trustedbsd/mac/sys/sys/mac.h#238 (text+ko) ====
@@ -90,6 +90,7 @@
int mac_prepare_file_label(mac_t *_label);
int mac_prepare_ifnet_label(mac_t *_label);
int mac_prepare_process_label(mac_t *_label);
+int mac_prepare_type(mac_t *_label, const char *_type);
int mac_set_fd(int _fildes, const mac_t _label);
int mac_set_file(const char *_path, mac_t _label);
int mac_set_link(const char *_path, mac_t _label);
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