OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mlspol
(Results
1 - 5
of
5
) sorted by null
/external/checkpolicy/
parse_util.c
33
extern int
mlspol
;
51
mlspol
= p->mls;
checkmodule.c
41
extern int
mlspol
;
96
if (!
mlspol
) {
102
if (
mlspol
) {
213
mlspol
= 1;
256
modpolicydb.mls =
mlspol
;
checkpolicy.c
96
extern int
mlspol
;
452
mlspol
= 1;
541
if (!
mlspol
) {
547
if (
mlspol
) {
563
parse_policy.mls =
mlspol
;
policy_define.c
59
int
mlspol
= 0;
variable
703
if (!
mlspol
) {
833
if (!
mlspol
) {
882
if (!
mlspol
) {
1023
if (!
mlspol
) {
[
all
...]
/external/libsepol/tests/
Makefile
28
mlspol
:= $(addsuffix .mls,$(policysrc))
macro
29
policies := $(stdpol) $(
mlspol
)
Completed in 70 milliseconds