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
;
94
if (!
mlspol
) {
100
if (
mlspol
) {
211
mlspol
= 1;
254
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
58
int
mlspol
= 0;
variable
573
if (!
mlspol
) {
703
if (!
mlspol
) {
752
if (!
mlspol
) {
893
if (!
mlspol
) {
[
all
...]
/external/libsepol/tests/
Makefile
28
mlspol
:= $(addsuffix .mls,$(policysrc))
macro
29
policies := $(stdpol) $(
mlspol
)
Completed in 595 milliseconds