From 93ecb8561be936b4423b240628ab486ed674d992 Mon Sep 17 00:00:00 2001 From: wanderer-dl122 Date: Tue, 21 Jun 2022 17:28:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9selinux=E6=9D=83=E9=99=90?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wanderer-dl122 --- sa_profile/dhardware.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/sa_profile/dhardware.cfg b/sa_profile/dhardware.cfg index cbe41835..27b0ef8c 100644 --- a/sa_profile/dhardware.cfg +++ b/sa_profile/dhardware.cfg @@ -4,7 +4,6 @@ "path" : ["/system/bin/sa_main", "/system/profile/dhardware.xml"], "uid" : "dhardware", "gid" : ["dhardware"], - "caps" : ["DAC_READ_SEARCH", "DAC_OVERRIDE"], "ondemand" : true, "secon" : "u:r:dhardware:s0" }] -- Gitee