From 23bc1035a51fe54600db691981f8ed1537cbe125 Mon Sep 17 00:00:00 2001 From: Jose Bollo Date: Fri, 6 Dec 2019 15:12:36 +0100 Subject: agent-at: Move field separator from : to ; Because Smack labels and permissions of AGL all contain the character colon (:), it is better have a distinct field separator for agent-at. Bug-AGL: SPEC-2968 Change-Id: I378eefcd7b29e424acccced62abe48b35ad8736e Signed-off-by: Jose Bollo --- cynagora.initial | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cynagora.initial') diff --git a/cynagora.initial b/cynagora.initial index c0430cd..a8a4a2e 100644 --- a/cynagora.initial +++ b/cynagora.initial @@ -10,6 +10,6 @@ #-------------------------------------------------------------------- # User "0" and clients "System" is in the group "@ADMIN" #-------------------------------------------------------------------- -* * 0 * @:%c:%s:@ADMIN:%p forever -System * * * @:%c:%s:@ADMIN:%p forever +* * 0 * @:%c;%s;@ADMIN;%p forever +System * * * @:%c;%s;@ADMIN;%p forever -- cgit 1.2.3-korg