From 1eadf2934bd44c2813019bf61eaefa1dc0dca18f Mon Sep 17 00:00:00 2001 From: cuigh Date: Thu, 14 Jun 2018 18:49:28 +0800 Subject: [PATCH] Add perms --- security/perm.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/security/perm.go b/security/perm.go index 48fba62..d9e3a04 100644 --- a/security/perm.go +++ b/security/perm.go @@ -145,6 +145,8 @@ var Perms = []PermGroup{ {Key: "container.detail", Text: "View detail"}, {Key: "container.raw", Text: "View raw"}, {Key: "container.logs", Text: "View logs"}, + {Key: "container.exec", Text: "View exec"}, + {Key: "container.connect", Text: "Connect"}, {Key: "container.delete", Text: "Delete"}, }, },