mirror of
https://github.com/switchbrew/nx-hbloader.git
synced 2025-06-21 05:22:40 +02:00
add permission to mount qlaunch romfs (#29)
This commit is contained in:
parent
2288c06401
commit
faec3c5098
7
hbl.json
7
hbl.json
@ -12,7 +12,12 @@
|
|||||||
"address_space_type": 1,
|
"address_space_type": 1,
|
||||||
"is_retail": true,
|
"is_retail": true,
|
||||||
"filesystem_access": {
|
"filesystem_access": {
|
||||||
"permissions": "0xFFFFFFFFFFFFFFFF"
|
"permissions": "0xFFFFFFFFFFFFFFFF",
|
||||||
|
"content_owner_id_min": "0x0000000000000000",
|
||||||
|
"content_owner_id_max": "0xFFFFFFFFFFFFFFFF",
|
||||||
|
"content_owner_ids": [
|
||||||
|
"0x0100000000001000"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"service_host": [
|
"service_host": [
|
||||||
"*"
|
"*"
|
||||||
|
Loading…
Reference in New Issue
Block a user