From c624b1f9bd707dbd93637d647da146d976f9538a Mon Sep 17 00:00:00 2001 From: cuigh Date: Fri, 13 Apr 2018 15:18:29 +0800 Subject: [PATCH] Add permission of service restart --- security/perm.go | 1 + 1 file changed, 1 insertion(+) diff --git a/security/perm.go b/security/perm.go index 4cbc6e3..4ca3303 100644 --- a/security/perm.go +++ b/security/perm.go @@ -92,6 +92,7 @@ var Perms = []PermGroup{ {Key: "service.update", Text: "Update"}, {Key: "service.scale", Text: "Scale"}, {Key: "service.rollback", Text: "Rollback"}, + {Key: "service.restart", Text: "Restart"}, }, }, {