Home
last modified time | relevance | path

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

/linux-2.6.39/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()
570 if ((lo_avd.allowed & avd->allowed) == avd->allowed) in type_attribute_bounds_av()
572 masked = ~lo_avd.allowed & avd->allowed; in type_attribute_bounds_av()
576 memset(&lo_avd, 0, sizeof(lo_avd)); in type_attribute_bounds_av()
584 &lo_avd); in type_attribute_bounds_av()
585 if ((lo_avd.allowed & avd->allowed) == avd->allowed) in type_attribute_bounds_av()
587 masked = ~lo_avd.allowed & avd->allowed; in type_attribute_bounds_av()
591 memset(&lo_avd, 0, sizeof(lo_avd)); in type_attribute_bounds_av()
[all …]