PERFORCE change 34052 for review

Robert Watson rwatson at FreeBSD.org
Thu Jul 3 20:20:31 PDT 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);


More information about the p4-projects mailing list