HomeSort by relevance Sort by last modified time
    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 100 extern int mlspol;
463 mlspol = 1;
565 if (!mlspol) {
571 if (mlspol) {
589 parse_policy.mls = mlspol;
policy_define.c 65 int mlspol = 0; variable
711 if (!mlspol) {
841 if (!mlspol) {
890 if (!mlspol) {
1031 if (!mlspol) {
    [all...]
  /external/selinux/libsepol/tests/
Makefile 28 mlspol := $(addsuffix .mls,$(policysrc)) macro
29 policies := $(stdpol) $(mlspol)

Completed in 171 milliseconds