Home
last modified time | relevance | path

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

/security/selinux/ss/
Dpolicydb.c1675 struct user_datum *upper, *user; in user_bounds_sanity_check() local
1679 upper = user = datum; in user_bounds_sanity_check()
1680 while (upper->bounds) { in user_bounds_sanity_check()
1691 upper = p->user_val_to_struct[upper->bounds - 1]; in user_bounds_sanity_check()
1693 if (ebitmap_get_bit(&upper->roles, bit)) in user_bounds_sanity_check()
1701 sym_name(p, SYM_USERS, upper->value - 1)); in user_bounds_sanity_check()
1712 struct role_datum *upper, *role; in role_bounds_sanity_check() local
1716 upper = role = datum; in role_bounds_sanity_check()
1717 while (upper->bounds) { in role_bounds_sanity_check()
1728 upper = p->role_val_to_struct[upper->bounds - 1]; in role_bounds_sanity_check()
[all …]