views_advanced_role
This module creates a plugin to enhance the core views role access functionality.
In addition to allowing a user with at least one of the selected roles access to the view (the core "or" option), the plugin provided by this module will provide an "and" option so that a user must have all of the selected roles to be allowed access to the view.
There is also an option to "negate" the action so that a user is allowed access to the view if they do not have any of the selected roles (the "or" option), or to allow a user access if they do not have all of the selected roles (the "and" option).
The plugin also ensures that the same access criteria is applied to any route associated with a view using the Views Advanced Role access. This is most usually a page display rather then a block display.