Home | History | Annotate | Download | only in selinux

Lines Matching refs:handle

60  * selabel_open - Create a labeling handle.
68 * backend. Return value is the created handle on success or NULL with
76 * selabel_close - Close a labeling handle.
77 * @handle: specifies handle to close
79 * Destroy the specified handle, closing files, freeing allocated memory,
80 * etc. The handle may not be further used after it has been closed.
82 void selabel_close(struct selabel_handle *handle);
86 * @handle: specifies backend instance to query
97 int selabel_lookup(struct selabel_handle *handle, char **con,
99 int selabel_lookup_raw(struct selabel_handle *handle, char **con,
102 bool selabel_partial_match(struct selabel_handle *handle, const char *key);
116 * @h1: handle for the first label configuration
117 * @h2: handle for the first label configuration
129 * @handle: specifies backend instance to query
135 void selabel_stats(struct selabel_handle *handle);