From 83a74cb8001b9646ca6f3d564459de3944e494f9 Mon Sep 17 00:00:00 2001 From: ShiJie Date: Fri, 16 Jul 2021 14:46:23 +0800 Subject: [PATCH] capability CAP_SYS_BOOT Signed-off-by: ShiJIe --- sa_profile/foundation.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sa_profile/foundation.rc b/sa_profile/foundation.rc index 4971933856..805d83e87d 100755 --- a/sa_profile/foundation.rc +++ b/sa_profile/foundation.rc @@ -64,4 +64,4 @@ service foundation /system/bin/sa_main /system/profile/foundation.xml user system group system seclabel u:r:foundation:s0 - capabilities SYS_PTRACE KILL + capabilities SYS_PTRACE KILL SYS_BOOT -- Gitee