Date: Mon, 29 Jun 2009 16:13:47 GMT From: Jonathan Anderson <jona@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 165409 for review Message-ID: <200906291613.n5TGDl6c040538@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=165409 Change 165409 by jona@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 */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906291613.n5TGDl6c040538>
