From 3a919749034e58c62dc175d895694b300f3fd0c7 Mon Sep 17 00:00:00 2001
From: florenttorregrosa <florenttorregrosa@2388214.no-reply.drupal.org>
Date: Sat, 17 Dec 2016 20:59:58 +0100
Subject: [PATCH] Issue #2836998 by Grimreaper: Anonymous can access feeds
 listing

---
 config/optional/views.view.feeds_feed.yml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/config/optional/views.view.feeds_feed.yml b/config/optional/views.view.feeds_feed.yml
index 29d0ec3..af2553a 100644
--- a/config/optional/views.view.feeds_feed.yml
+++ b/config/optional/views.view.feeds_feed.yml
@@ -24,10 +24,9 @@ display:
     provider: views
     display_options:
       access:
-        type: none
-        options: {  }
-        provider: views
-        dependencies: {  }
+        type: perm
+        options:
+          perm: 'access feed overview'
       cache:
         type: none
         options: {  }
@@ -761,6 +760,7 @@ display:
         - 'languages:language_interface'
         - url
         - url.query_args
+        - user.permissions
       cacheable: false
       max-age: 0
       tags: {  }
@@ -790,6 +790,7 @@ display:
         - 'languages:language_interface'
         - url
         - url.query_args
+        - user.permissions
       cacheable: false
       max-age: 0
       tags: {  }
-- 
2.1.4

