diff options
author | Jose Bollo <jose.bollo@iot.bzh> | 2019-12-06 15:12:36 +0100 |
---|---|---|
committer | Jose Bollo <jose.bollo@iot.bzh> | 2019-12-06 15:18:48 +0100 |
commit | 23bc1035a51fe54600db691981f8ed1537cbe125 (patch) | |
tree | 4e0ec6c9d03072d8313b75632d3448b4ba3a8432 /cynagora.initial | |
parent | 6c88efcb7b1361ba6389753e520e26fc556b7d79 (diff) |
agent-at: Move field separator from : to ;icefish_8.99.3icefish/8.99.38.99.3
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 <jose.bollo@iot.bzh>
Diffstat (limited to 'cynagora.initial')
-rw-r--r-- | cynagora.initial | 4 |
1 files changed, 2 insertions, 2 deletions
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 |