PERFORCE change 165409 for review
Jonathan Anderson
jona at FreeBSD.org
Mon Jun 29 16:13:50 UTC 2009
http://perforce.freebsd.org/chv.cgi?CH=165409
Change 165409 by jona at jona-trustedbsd-belle-vmware on 2009/06/29 16:13:27
More comments
Affected files ...
.. //depot/projects/trustedbsd/capabilities/src/lib/libuserangel/libuserangel.h#8 edit
Differences ...
==== //depot/projects/trustedbsd/capabilities/src/lib/libuserangel/libuserangel.h#8 (text+ko) ====
@@ -66,7 +66,13 @@
/* Low-level API */
/** Requests that clients can make */
-enum ua_request_t { UA_NO_OP = 0, UA_OPEN_PATH, UA_LOAD_LIBRARY, UA_POWERBOX };
+enum ua_request_t
+{
+ UA_NO_OP = 0, /* do nothing (useful for debugging) */
+ UA_OPEN_PATH, /* open() substitute */
+ UA_LOAD_LIBRARY, /* load a shared library */
+ UA_POWERBOX /* ask the user for file descriptor(s) */
+}
/** Represents information "on the wire" between the user angel and the sandbox */
More information about the p4-projects
mailing list