1{ 2 "jobs" : [{ 3 "name" : "post-fs-data", 4 "cmds" : [ 5 "mkdir /data/service/el1/public/hdc_server 2711 hdc hdc", 6 "mkdir /data/service/el1/public/hdc_server/hdc_common 2711 hdc hdc", 7 "restorecon /data/service/el1/public/hdc_server", 8 "restorecon /data/service/el1/public/hdc_server/hdc_common", 9 "start hdc_credential" 10 ] 11 } 12 ], 13 "services" : [{ 14 "name" : "hdc_credential", 15 "path" : ["/system/bin/hdc_credential"], 16 "uid" : "hdc", 17 "gid" : [ "hdc", "file_manager" ], 18 "socket" : [{ 19 "name" : "hdc", 20 "family" : "AF_UNIX", 21 "type" : "SOCK_SEQPACKET", 22 "protocol" : "default", 23 "permissions" : "0660", 24 "uid" : "hdc", 25 "gid" : "hdc" 26 }], 27 "apl" : "normal", 28 "permission" : [ 29 "ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS", 30 "ohos.permission.MANAGE_LOCAL_ACCOUNTS" 31 ], 32 "sandbox" : 0, 33 "start-mode" : "condition", 34 "secon" : "u:r:hdc_credential:s0", 35 "disabled" : 1 36 } 37 ] 38}