Home
last modified time | relevance | path

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

/security/selinux/ss/
A Dpolicydb.h77 u32 bounds; /* boundary of role */ member
113 u32 bounds; /* boundary of type */ member
121 u32 bounds; /* bounds of user */ member
A Dpolicydb.c590 role->bounds > p->p_roles.nprim) in role_index()
608 typdatum->bounds > p->p_types.nprim) in type_index()
625 usrdatum->bounds > p->p_users.nprim) in user_index()
1444 role->bounds = le32_to_cpu(buf[2]); in role_read()
1508 typdatum->bounds = le32_to_cpu(buf[3]); in type_read()
1575 usrdatum->bounds = le32_to_cpu(buf[2]); in user_read()
1693 while (upper->bounds) { in user_bounds_sanity_check()
1730 while (upper->bounds) { in role_bounds_sanity_check()
1767 while (upper->bounds) { in type_bounds_sanity_check()
3190 buf[items++] = cpu_to_le32(role->bounds); in role_write()
[all …]
A Dservices.c549 if (!source->bounds) in type_attribute_bounds_av()
558 lo_scontext.type = source->bounds; in type_attribute_bounds_av()
560 if (target->bounds) { in type_attribute_bounds_av()
562 lo_tcontext.type = target->bounds; in type_attribute_bounds_av()
907 if (!type->bounds) in security_bounded_transition()
912 if (type->bounds == old_entry->context.type) in security_bounded_transition()
915 index = type->bounds; in security_bounded_transition()

Completed in 16 milliseconds