HomeSort by relevance Sort by last modified time
    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 58 int mlspol = 0; variable
669 if (!mlspol) {
799 if (!mlspol) {
848 if (!mlspol) {
989 if (!mlspol) {
    [all...]
  /external/libsepol/tests/
Makefile 28 mlspol := $(addsuffix .mls,$(policysrc)) macro
29 policies := $(stdpol) $(mlspol)

Completed in 648 milliseconds