Signed-off-by: zhangjunxi <zhangjunxi1@huawei.com>

Changes to be committed:
	modified:   pasteboardservice.cfg
This commit is contained in:
zhangjunxi
2022-05-26 15:21:16 +08:00
parent bef426c25a
commit eb0d95789c
+2 -2
View File
@@ -9,8 +9,8 @@
"services" : [{
"name" : "pasteboard_service",
"path" : ["/system/bin/sa_main", "/system/profile/pasteboard_service.xml"],
"uid" : "system",
"gid" : ["system", "shell"],
"uid" : "pasteboard",
"gid" : ["pasteboard", "shell"],
"caps" : [],
"secon" : "u:r:pasteboard_service:s0"
}