From 2588697197c0735dcf0622587b4a6b96a6f8c0a4 Mon Sep 17 00:00:00 2001 From: mcrakhman Date: Wed, 3 Aug 2022 14:47:31 +0200 Subject: [PATCH] Add indication in tree graph for non-acl changes --- pkg/acl/acltree/treegraph_nix.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/acl/acltree/treegraph_nix.go b/pkg/acl/acltree/treegraph_nix.go index c180c7df..4d798939 100644 --- a/pkg/acl/acltree/treegraph_nix.go +++ b/pkg/acl/acltree/treegraph_nix.go @@ -83,6 +83,7 @@ func (t *Tree) Graph() (data string, err error) { // } // chSymbs = append(chSymbs, res) //} + chSymbs = append(chSymbs, "DEC") } shortId := c.Id