From ecb94f0ca02f6df4d7471a43639567f2eef90612 Mon Sep 17 00:00:00 2001 From: sunzhongyi Date: Fri, 26 Nov 2021 15:14:45 +0800 Subject: [PATCH] capability CAP_SYS_BOOT Signed-off-by: sunzhongyi --- 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