From: Jose Bollo Date: Fri, 24 May 2019 14:49:02 +0000 (+0200) Subject: Rework the initial definitions for agent @ X-Git-Tag: 8.99.1~63 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=eca5ddbb5abd00860e76e06d58d5d2f08a2806e5;p=src%2Fcynagora.git Rework the initial definitions for agent @ Signed-off-by: Jose Bollo --- diff --git a/cynara.initial b/cynara.initial index aa58c4b..6160474 100644 --- a/cynara.initial +++ b/cynara.initial @@ -1,4 +1,10 @@ # initial database for cynara -System * * * yes always -User * * * yes always +* * * * no always # explicit default rule: NO +* * @ADMIN * yes always # users of group @ADMIN can do anything +* * @NONE * no always # users of group @NONE can do nothing + +# root is in the group @ADMIN +* * 0 * @:%c:%s:@ADMIN:%p always +# Client of label System are in the group @ADMIN +System * * * @:%c:%s:@ADMIN:%p always