OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mls_range
(Results
1 - 4
of
4
) sorted by null
/external/libsepol/include/sepol/policydb/
mls_types.h
44
typedef struct
mls_range
{
struct
111
static inline void mls_range_init(struct
mls_range
*r)
117
static inline void mls_range_destroy(struct
mls_range
*r)
123
static inline int mls_range_eq(struct
mls_range
*r1, struct
mls_range
*r2)
/external/libsepol/src/
user_record.c
16
char *
mls_range
;
member in struct:sepol_user
141
return user->
mls_range
;
147
sepol_user_t * user, const char *
mls_range
)
150
char *tmp_mls_range = strdup(
mls_range
);
156
free(user->
mls_range
);
157
user->
mls_range
= tmp_mls_range;
317
user->
mls_range
= NULL;
348
if (user->
mls_range
&&
349
(sepol_user_set_mlsrange(handle, new_user, user->
mls_range
) < 0))
375
free(user->
mls_range
);
[
all
...]
/external/libsepol/include/sepol/
context_record.h
34
sepol_context_t * con, const char *
mls_range
);
user_record.h
46
sepol_user_t * user, const char *
mls_range
);
Completed in 568 milliseconds