From bac2b3f333e5399118db32541b0b13361d1cf470 Mon Sep 17 00:00:00 2001 From: sunzhongyi Date: Fri, 26 Nov 2021 13:54:07 +0800 Subject: [PATCH] capability CAP_SYS_BOOT Change-Id: Ic0a82b69bfb5c40dc37ae32a278d6af0c9fae1f6 --- sa_profile/foundation.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sa_profile/foundation.cfg b/sa_profile/foundation.cfg index bc7d4b9cfe..b051f2a8c8 100644 --- a/sa_profile/foundation.cfg +++ b/sa_profile/foundation.cfg @@ -71,7 +71,7 @@ "importance" : -20, "uid" : "system", "gid" : ["system"], - "caps" : ["SYS_PTRACE", "KILL"] + "caps" : ["SYS_PTRACE", "KILL", "SYS_BOOT"] } ] } -- Gitee