PERFORCE change 14833 for review
Robert Watson
rwatson at freebsd.org
Wed Jul 24 13:57:28 GMT 2002
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=14833
Change 14833 by rwatson at rwatson_paprika on 2002/07/24 06:57:27
Really add MAC_TE_OPERATION_FILE_POLL.
Affected files ...
.. //depot/projects/trustedbsd/mac/sys/security/mac_te/mac_te.h#10 edit
Differences ...
==== //depot/projects/trustedbsd/mac/sys/security/mac_te/mac_te.h#10 (text+ko) ====
@@ -73,11 +73,12 @@
#define MAC_TE_OPERATION_FILE_EXEC 4
#define MAC_TE_OPERATION_FILE_GETACL 5
#define MAC_TE_OPERATION_FILE_GETEXTATTR 6
-#define MAC_TE_OPERATION_FILE_READ 7
-#define MAC_TE_OPERATION_FILE_SETACL 8
-#define MAC_TE_OPERATION_FILE_SETEXTATTR 9
-#define MAC_TE_OPERATION_FILE_STAT 10
-#define MAC_TE_OPERATION_FILE_WRITE 11
+#define MAC_TE_OPERATION_FILE_POLL 7
+#define MAC_TE_OPERATION_FILE_READ 8
+#define MAC_TE_OPERATION_FILE_SETACL 9
+#define MAC_TE_OPERATION_FILE_SETEXTATTR 10
+#define MAC_TE_OPERATION_FILE_STAT 11
+#define MAC_TE_OPERATION_FILE_WRITE 12
#define MAC_TE_CLASS_MBUF 3
#define MAC_TE_OPERATION_MBUF_RECEIVE 1
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