Home
last modified time | relevance | path

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

/linux-3.4.99/security/selinux/ss/
Dservices.c545 struct av_decision lo_avd; in type_attribute_bounds_av() local
559 memset(&lo_avd, 0, sizeof(lo_avd)); in type_attribute_bounds_av()
567 &lo_avd); in type_attribute_bounds_av()
568 if ((lo_avd.allowed & avd->allowed) == avd->allowed) in type_attribute_bounds_av()
570 masked = ~lo_avd.allowed & avd->allowed; in type_attribute_bounds_av()
574 memset(&lo_avd, 0, sizeof(lo_avd)); in type_attribute_bounds_av()
582 &lo_avd); in type_attribute_bounds_av()
583 if ((lo_avd.allowed & avd->allowed) == avd->allowed) in type_attribute_bounds_av()
585 masked = ~lo_avd.allowed & avd->allowed; in type_attribute_bounds_av()
589 memset(&lo_avd, 0, sizeof(lo_avd)); in type_attribute_bounds_av()
[all …]