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/selinux/checkpolicy/
parse_util.c
33
extern int
mlspol
;
51
mlspol
= p->mls;
checkmodule.c
42
extern int
mlspol
;
97
if (!
mlspol
) {
103
if (
mlspol
) {
199
mlspol
= 1;
249
modpolicydb.mls =
mlspol
;
checkpolicy.c
97
extern int
mlspol
;
459
mlspol
= 1;
558
if (!
mlspol
) {
564
if (
mlspol
) {
578
parse_policy.mls =
mlspol
;
policy_define.c
61
int
mlspol
= 0;
variable
706
if (!
mlspol
) {
836
if (!
mlspol
) {
885
if (!
mlspol
) {
1026
if (!
mlspol
) {
[
all
...]
/external/selinux/libsepol/tests/
Makefile
28
mlspol
:= $(addsuffix .mls,$(policysrc))
macro
29
policies := $(stdpol) $(
mlspol
)
Completed in 273 milliseconds