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

Changes to be committed:
	modified:   screenlockservice.cfg
This commit is contained in:
zhangjunxi
2022-05-26 15:51:19 +08:00
parent b89f3014ef
commit ec8035ff5c
+2 -2
View File
@@ -9,8 +9,8 @@
"services" : [{
"name" : "screenlock_server",
"path" : ["/system/bin/sa_main", "/system/profile/screenlock_server.xml"],
"uid" : "system",
"gid" : ["system", "shell"],
"uid" : "screenlock",
"gid" : ["screenlock", "shell"],
"secon" : "u:r:screenlock_server:s0"
}
]