From d50dcf1d4f2cf9dd6993a5d65954f8b7a3db2ac1 Mon Sep 17 00:00:00 2001 From: ShiJie Date: Fri, 16 Jul 2021 14:46:23 +0800 Subject: [PATCH] capability CAP_SYS_BOOT --- 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