Home
last modified time | relevance | path

Searched refs:POLICYDB_VERSION_MLS (Results 1 – 4 of 4) sorted by relevance

/third_party/selinux/libsepol/tests/
Dtest-downgrade.c162 if (mls && lo < POLICYDB_VERSION_MLS) in do_downgrade_test()
/third_party/selinux/libsepol/src/
Dwrite.c905 if ((p->policyvers >= POLICYDB_VERSION_MLS in context_write()
1320 if ((p->policyvers >= POLICYDB_VERSION_MLS in user_write()
2216 if ((p->policyvers < POLICYDB_VERSION_MLS && in policydb_write()
2398 if ((p->policyvers >= POLICYDB_VERSION_MLS in policydb_write()
Dpolicydb.c108 .version = POLICYDB_VERSION_MLS,
2033 && p->policyvers >= POLICYDB_VERSION_MLS) in context_read_and_validate()
3375 && p->policyvers >= POLICYDB_VERSION_MLS) in user_read()
4531 && p->policyvers >= POLICYDB_VERSION_MLS) in policydb_read()
/third_party/selinux/libsepol/include/sepol/policydb/
Dpolicydb.h744 #define POLICYDB_VERSION_MLS 19 macro