mirror of
https://gitee.com/openharmony/startup_init
synced 2024-11-23 16:20:00 +00:00
Delete hdcd cfg in init.usb.cfg
Signed-off-by: zhaolihui <zhaolihui2@huawei.com>
This commit is contained in:
parent
1738df5169
commit
e74f7f83cb
@ -15,47 +15,5 @@
|
||||
"stop hdcd"
|
||||
]
|
||||
}
|
||||
],
|
||||
"services" : [{
|
||||
"name" : "hdcd",
|
||||
"path" : ["/system/bin/hdcd"],
|
||||
"socket" : [{
|
||||
"name" : "hdcd",
|
||||
"family" : "AF_UNIX",
|
||||
"type" : "SOCK_SEQPACKET",
|
||||
"protocol" : "default",
|
||||
"permissions" : "0660",
|
||||
"uid" : "system",
|
||||
"gid" : "system"
|
||||
}],
|
||||
"apl" : "normal",
|
||||
"permission" : [
|
||||
"ohos.permission.CHANGE_ABILITY_ENABLED_STATE",
|
||||
"ohos.permission.DUMP",
|
||||
"ohos.permission.GET_BUNDLE_INFO_PRIVILEGED",
|
||||
"ohos.permission.INSTALL_BUNDLE",
|
||||
"ohos.permission.LISTEN_BUNDLE_CHANGE",
|
||||
"ohos.permission.REMOVE_CACHE_FILES",
|
||||
"ohos.permission.ACCELEROMETER",
|
||||
"ohos.permission.CLEAN_BACKGROUND_PROCESSES",
|
||||
"ohos.permission.START_ABILITIES_FROM_BACKGROUND",
|
||||
"ohos.permission.PERMISSION_USED_STATS",
|
||||
"ohos.permission.NOTIFICATION_CONTROLLER"
|
||||
],
|
||||
"permission_acls" : [
|
||||
"ohos.permission.CHANGE_ABILITY_ENABLED_STATE",
|
||||
"ohos.permission.DUMP",
|
||||
"ohos.permission.GET_BUNDLE_INFO_PRIVILEGED",
|
||||
"ohos.permission.INSTALL_BUNDLE",
|
||||
"ohos.permission.LISTEN_BUNDLE_CHANGE",
|
||||
"ohos.permission.REMOVE_CACHE_FILES",
|
||||
"ohos.permission.START_ABILITIES_FROM_BACKGROUND",
|
||||
"ohos.permission.PERMISSION_USED_STATS"
|
||||
],
|
||||
"sandbox" : 0,
|
||||
"start-mode" : "condition",
|
||||
"secon" : "u:r:hdcd:s0",
|
||||
"disabled" : 1
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user