The following query function is supported for any semanage record.
.br
Replace the function and object name as necessary.
.BexternintQUERY_FUNCTION(
.br
.BI" semanage_handle_t *"handle","
.br
.BI" const semanage_OBJECT_key_t *"key","
.br
.BI" semanage_OBJECT_t **"response");"
.SH"DESCRIPTION"
.TP
.BBehavior:
The query function will fail if a matching key is not found. Otherwise, the corresponding object is returned.
.TP
.BParameters:
The
.Ihandle
is used to track persistent state across semanage calls, and for error reporting. The
.Ikey
identifies the object being queried, which will be stored in the address pointed by
.Iresponse
The key is a property of the caller, and will not be stored or modified internally. The object returned becomes a property of the caller, and must be freed with
.Bsemanage_OBJECT_free.
.TP
.BRequirements:
This function requires an semanage connection to be established (see
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.