Home
last modified time | relevance | path

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

/security/selinux/ss/
Dpolicydb.h82 u32 bounds; /* boundary of role */ member
115 u32 bounds; /* boundary of type */ member
123 u32 bounds; /* bounds of user */ member
Dpolicydb.c373 || role->bounds > p->p_roles.nprim) in role_index()
396 || typdatum->bounds > p->p_types.nprim) in type_index()
422 || usrdatum->bounds > p->p_users.nprim) in user_index()
1428 role->bounds = le32_to_cpu(buf[2]); in role_read()
1498 typdatum->bounds = le32_to_cpu(buf[3]); in type_read()
1571 usrdatum->bounds = le32_to_cpu(buf[2]); in user_read()
1709 while (upper->bounds) { in user_bounds_sanity_check()
1720 upper = p->user_val_to_struct[upper->bounds - 1]; in user_bounds_sanity_check()
1746 while (upper->bounds) { in role_bounds_sanity_check()
1757 upper = p->role_val_to_struct[upper->bounds - 1]; in role_bounds_sanity_check()
[all …]
Dservices.c559 if (source->bounds) { in type_attribute_bounds_av()
563 lo_scontext.type = source->bounds; in type_attribute_bounds_av()
575 if (target->bounds) { in type_attribute_bounds_av()
579 lo_tcontext.type = target->bounds; in type_attribute_bounds_av()
591 if (source->bounds && target->bounds) { in type_attribute_bounds_av()
893 if (!type->bounds) in security_bounded_transition()
898 if (type->bounds == old_context->type) in security_bounded_transition()
901 index = type->bounds; in security_bounded_transition()