From 68f61c35ff89971a93ebd511ab35d13b40dce690 Mon Sep 17 00:00:00 2001
From: Ander Punnar <ander@kvlt.ee>
Date: Tue, 16 Apr 2019 23:36:54 +0300
Subject: [PATCH] __acl: check for X after last occurrence of colon

---
 cdist/conf/type/__acl/gencode-remote | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cdist/conf/type/__acl/gencode-remote b/cdist/conf/type/__acl/gencode-remote
index 56c1cbc1..96b4a57c 100755
--- a/cdist/conf/type/__acl/gencode-remote
+++ b/cdist/conf/type/__acl/gencode-remote
@@ -37,7 +37,7 @@ do
 
     while read -r acl
     do
-        if echo "$acl" | grep -Fq 'X'
+        if echo "$acl" | sed -r 's/(.*)://' | grep -Fq 'X'
         then
             if [ "$is_dir" = '1' ]
             then