Home
last modified time | relevance | path

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

/security/selinux/ss/
Dservices.c547 struct av_decision lo_avd; in type_attribute_bounds_av() local
561 memset(&lo_avd, 0, sizeof(lo_avd)); in type_attribute_bounds_av()
569 &lo_avd, in type_attribute_bounds_av()
571 if ((lo_avd.allowed & avd->allowed) == avd->allowed) in type_attribute_bounds_av()
573 masked = ~lo_avd.allowed & avd->allowed; in type_attribute_bounds_av()
577 memset(&lo_avd, 0, sizeof(lo_avd)); in type_attribute_bounds_av()
585 &lo_avd, in type_attribute_bounds_av()
587 if ((lo_avd.allowed & avd->allowed) == avd->allowed) in type_attribute_bounds_av()
589 masked = ~lo_avd.allowed & avd->allowed; in type_attribute_bounds_av()
593 memset(&lo_avd, 0, sizeof(lo_avd)); in type_attribute_bounds_av()
[all …]