semanage_exists(3) | Libsemanage API documentation | semanage_exists(3) |
semanage_exists - SELinux Management API
The following exists function is supported for any semanage
record.
Replace the function and object name as necessary.
extern int EXISTS_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 read calls to the semanage database until the next commit.
16 March 2006 | ivg2@cornell.edu |