From 0ebff8e13e59eeb4d11f6ea8e01ce0ac2af25bb9 Mon Sep 17 00:00:00 2001 From: wangchaole Date: Thu, 26 May 2022 17:27:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0selinux=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wangchaole --- sa_profile/dcamera.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sa_profile/dcamera.cfg b/sa_profile/dcamera.cfg index 6db3c520..4ae47150 100644 --- a/sa_profile/dcamera.cfg +++ b/sa_profile/dcamera.cfg @@ -5,6 +5,7 @@ "uid" : "dcamera", "gid" : ["dcamera"], "caps" : ["DAC_OVERRIDE","DAC_READ_SEARCH"], - "ondemand" : true + "ondemand" : true, + "secon" : "u:r:dcamera:s0" }] } \ No newline at end of file -- Gitee