semanage_query(3) | Libsemanage API documentation | semanage_query(3) |
semanage_query - SELinux Management API
The following query function is supported for any semanage record.
Replace the function and object name as necessary.
extern int QUERY_FUNCTION (
semanage_handle_t *handle,
const semanage_OBJECT_key_t *key,
semanage_OBJECT_t **response);
In case of failure, -1 is returned, and the semanage error callback is invoked, describing the error. Otherwise a non-negative integer is returned (a commit number). The same number will be returned by all other semanage object read calls until the next commit.
15 March 2006 | ivg2@cornell.edu |