Home
last modified time | relevance | path

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

/linux-5.19.10/security/selinux/ss/
Dpolicydb.c1044 if (p->policyvers >= POLICYDB_VERSION_MLS) { in context_read_and_validate()
1264 if (p->policyvers >= in read_cons_helper()
1345 if (p->policyvers >= POLICYDB_VERSION_VALIDATETRANS) { in class_read()
1357 if (p->policyvers >= POLICYDB_VERSION_NEW_OBJECT_DEFAULTS) { in class_read()
1367 if (p->policyvers >= POLICYDB_VERSION_DEFAULT_TYPE) { in class_read()
1396 if (p->policyvers >= POLICYDB_VERSION_BOUNDARY) in role_read()
1405 if (p->policyvers >= POLICYDB_VERSION_BOUNDARY) in role_read()
1452 if (p->policyvers >= POLICYDB_VERSION_BOUNDARY) in type_read()
1461 if (p->policyvers >= POLICYDB_VERSION_BOUNDARY) { in type_read()
1526 if (p->policyvers >= POLICYDB_VERSION_BOUNDARY) in user_read()
[all …]
Dpolicydb.h309 unsigned int policyvers; member
Davtab.c407 u32 items, items2, val, vers = pol->policyvers; in avtab_read_item()