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
43
extern int
mlspol
;
98
if (!
mlspol
) {
104
if (
mlspol
) {
200
mlspol
= 1;
250
modpolicydb.mls =
mlspol
;
checkpolicy.c
99
extern int
mlspol
;
462
mlspol
= 1;
564
if (!
mlspol
) {
570
if (
mlspol
) {
588
parse_policy.mls =
mlspol
;
policy_define.c
64
int
mlspol
= 0;
variable
710
if (!
mlspol
) {
840
if (!
mlspol
) {
889
if (!
mlspol
) {
1030
if (!
mlspol
) {
[
all
...]
/external/selinux/libsepol/tests/
Makefile
28
mlspol
:= $(addsuffix .mls,$(policysrc))
macro
29
policies := $(stdpol) $(
mlspol
)
Completed in 306 milliseconds