From bccaf8d2443890c70b6770de23ab9aeba1c8bcc1 Mon Sep 17 00:00:00 2001 From: mtf Date: Sat, 29 Jan 2022 14:52:04 +0800 Subject: [PATCH] add secon to useriam.cfg Signed-off-by: mtf --- sa_profile/useriam.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sa_profile/useriam.cfg b/sa_profile/useriam.cfg index 6f0834f..13f4fb2 100755 --- a/sa_profile/useriam.cfg +++ b/sa_profile/useriam.cfg @@ -10,7 +10,8 @@ "name" : "useriam", "path" : ["/system/bin/sa_main", "/system/profile/useriam.xml"], "uid" : "system", - "gid" : ["system", "shell"] + "gid" : ["system", "shell"], + "secon" : "u:r:useriam:so" } ] } \ No newline at end of file -- Gitee