1{ 2 "services" : [{ 3 "name" : "usb_service", 4 "path" : ["/system/bin/sa_main", "/system/profile/usb_service.json"], 5 "ondemand" : true, 6 "condition" : "bootevent.wms.fullscreen.ready=true", 7 "uid" : "usb", 8 "gid" : ["usb", "shell"], 9 "permission" : [ 10 "ohos.permission.LISTEN_BUNDLE_CHANGE", 11 "ohos.permission.DISTRIBUTED_DATASYNC", 12 "ohos.permission.ENTERPRISE_MANAGE_USB", 13 "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED", 14 "ohos.permission.GET_BUNDLE_RESOURCES", 15 "ohos.permission.MANAGE_LOCAL_ACCOUNTS", 16 "ohos.permission.START_SYSTEM_DIALOG" 17 ], 18 "apl" : "system_basic", 19 "secon" : "u:r:usb_service:s0" 20 } 21 ], 22 "jobs" : [{ 23 "name" : "post-fs-data", 24 "cmds" : [ 25 "mkdir /data/service/el1/public/usb_service 0770 usb usb", 26 "mkdir /data/service/el1/public/usb_service/right 0770 usb usb" 27 ] 28 } 29 ] 30} 31