semanage_list
SELinux Lists Management API
- Provided by: libsemanage-dev (Version: 3.3-1build2)
- Source: libsemanage
- Report a bug
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.