mirror of
https://github.com/openharmony/useriam_faceauth.git
synced 2026-06-30 21:47:55 -04:00
+1
-1
@@ -23,7 +23,7 @@ ohos_prebuilt_etc("faceauth_sa_profile.init") {
|
||||
if (use_musl) {
|
||||
source = "faceauth_sa_profile.cfg"
|
||||
} else {
|
||||
source = "faceauth_sys.cfg"
|
||||
source = "faceauth_bionic.cfg"
|
||||
}
|
||||
relative_install_dir = "init"
|
||||
subsystem_name = "useriam"
|
||||
|
||||
@@ -10,8 +10,8 @@
|
||||
"services" : [{
|
||||
"name" : "faceauth",
|
||||
"path" : ["/system/bin/sa_main", "/system/profile/faceauth.xml"],
|
||||
"uid" : "system",
|
||||
"gid" : ["system", "shell"],
|
||||
"uid" : "ohos_useriam",
|
||||
"gid" : ["ohos_useriam", "shell"],
|
||||
"secon" : "u:r:faceauth:s0",
|
||||
"start-mode" : "condition"
|
||||
}
|
||||
Reference in New Issue
Block a user