semanage_list(3) | SELinux managent API documentation | semanage_list(3) |
semanage_list - SELinux Lists Management API
The following list function is supported for any SELinux managent
record.
Replace the function and object name as necessary.
extern int LIST_FUNCTION (
semanage_handle_t *handle,
semanage_OBJECT_t ***objects,
unsigned int* count);
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.
16 March 2006 | ivg2@cornell.edu |