Home
last modified time | relevance | path

Searched refs:policyvers (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/security/selinux/ss/
Dpolicydb.c1068 if (p->policyvers >= POLICYDB_VERSION_MLS) { in context_read_and_validate()
1288 if (p->policyvers >= in read_cons_helper()
1372 if (p->policyvers >= POLICYDB_VERSION_VALIDATETRANS) { in class_read()
1384 if (p->policyvers >= POLICYDB_VERSION_NEW_OBJECT_DEFAULTS) { in class_read()
1394 if (p->policyvers >= POLICYDB_VERSION_DEFAULT_TYPE) { in class_read()
1424 if (p->policyvers >= POLICYDB_VERSION_BOUNDARY) in role_read()
1433 if (p->policyvers >= POLICYDB_VERSION_BOUNDARY) in role_read()
1481 if (p->policyvers >= POLICYDB_VERSION_BOUNDARY) in type_read()
1490 if (p->policyvers >= POLICYDB_VERSION_BOUNDARY) { in type_read()
1555 if (p->policyvers >= POLICYDB_VERSION_BOUNDARY) in user_read()
[all …]
Dpolicydb.h306 unsigned int policyvers; member
Davtab.c352 unsigned int set, vers = pol->policyvers; in avtab_read_item()