OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mls_from_string
(Results
1 - 4
of
4
) sorted by null
/external/selinux/libsepol/src/
mls.h
30
extern int
mls_from_string
(sepol_handle_t * handle,
users.c
190
if (
mls_from_string
(handle, policydb, cmls_level, &context) < 0) {
210
if (
mls_from_string
(handle, policydb, cmls_range, &context) < 0) {
mls.c
78
int
mls_from_string
(sepol_handle_t * handle,
function
664
if (
mls_from_string
(handle, &policydb->p, mls1, ctx1) < 0)
667
if (
mls_from_string
(handle, &policydb->p, mls2, ctx2) < 0)
703
ret =
mls_from_string
(handle, &policydb->p, mls, con);
context.c
203
if (mls && (
mls_from_string
(handle, policydb, mls, scontext) < 0))
Completed in 104 milliseconds