Home
last modified time | relevance | path

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

/external/selinux/libsepol/tests/
Dtest-downgrade.c162 if (mls && lo < POLICYDB_VERSION_MLS) in do_downgrade_test()
/external/selinux/libsepol/src/
Dwrite.c823 if ((p->policyvers >= POLICYDB_VERSION_MLS in context_write()
1213 if ((p->policyvers >= POLICYDB_VERSION_MLS in user_write()
1963 if ((p->policyvers < POLICYDB_VERSION_MLS && in policydb_write()
2147 if ((p->policyvers >= POLICYDB_VERSION_MLS in policydb_write()
Dpolicydb.c106 .version = POLICYDB_VERSION_MLS,
1871 && p->policyvers >= POLICYDB_VERSION_MLS) in context_read_and_validate()
2907 && p->policyvers >= POLICYDB_VERSION_MLS) in user_read()
3904 && p->policyvers >= POLICYDB_VERSION_MLS) in policydb_read()
/external/selinux/libsepol/include/sepol/policydb/
Dpolicydb.h703 #define POLICYDB_VERSION_MLS 19 macro