Home | History | Annotate | Download | only in checkpolicy

Lines Matching defs:policyvers

102 unsigned int policyvers = POLICYDB_VERSION_MAX;
108 "[-c policyvers (%d-%d)] [-o output_file] [-t target_platform (selinux,xen)]"
458 "Invalid policyvers specified: %s\n",
466 "policyvers value %ld not in range %d-%d\n",
472 if (policyvers != n)
473 policyvers = n;
483 printf("%d (compatibility range %d-%d)\n", policyvers,
601 argv[0], policyvers, outfile);
609 policydb.policyvers = policyvers;