Home
last modified time | relevance | path

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

/third_party/selinux/libsepol/src/
Dconditional.c596 p->policyvers >= MOD_POLICYDB_VERSION_TUNABLE_SEP) { in cond_read_bool()
807 p->policyvers >= MOD_POLICYDB_VERSION_TUNABLE_SEP) { in cond_read_node()
Dwrite.c742 p->policyvers >= MOD_POLICYDB_VERSION_TUNABLE_SEP) { in cond_write_bool()
856 p->policyvers >= MOD_POLICYDB_VERSION_TUNABLE_SEP) { in cond_write_node()
Dpolicydb.c283 .version = MOD_POLICYDB_VERSION_TUNABLE_SEP,
409 .version = MOD_POLICYDB_VERSION_TUNABLE_SEP,
/third_party/selinux/libsepol/include/sepol/policydb/
Dpolicydb.h778 #define MOD_POLICYDB_VERSION_TUNABLE_SEP 14 macro