Home
last modified time | relevance | path

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

/linux/security/selinux/ss/
H A Dpolicydb.c1077 if (p->policyvers >= POLICYDB_VERSION_MLS) { in context_read_and_validate()
1297 if (p->policyvers >= in read_cons_helper()
1379 if (p->policyvers >= POLICYDB_VERSION_VALIDATETRANS) { in class_read()
1391 if (p->policyvers >= POLICYDB_VERSION_NEW_OBJECT_DEFAULTS) { in class_read()
1401 if (p->policyvers >= POLICYDB_VERSION_DEFAULT_TYPE) { in class_read()
1431 if (p->policyvers >= POLICYDB_VERSION_BOUNDARY) in role_read()
1440 if (p->policyvers >= POLICYDB_VERSION_BOUNDARY) in role_read()
1488 if (p->policyvers >= POLICYDB_VERSION_BOUNDARY) in type_read()
1497 if (p->policyvers >= POLICYDB_VERSION_BOUNDARY) { in type_read()
1562 if (p->policyvers >= POLICYDB_VERSION_BOUNDARY) in user_read()
[all …]
H A Dpolicydb.h308 unsigned int policyvers; member
H A Davtab.c319 unsigned int set, vers = pol->policyvers; in avtab_read_item()