add permission to mount qlaunch romfs

This commit is contained in:
HookedBehemoth 2020-06-05 12:13:54 +02:00
parent 2288c06401
commit b0524916a7

View File

@ -12,7 +12,12 @@
"address_space_type": 1,
"is_retail": true,
"filesystem_access": {
"permissions": "0xFFFFFFFFFFFFFFFF"
"permissions": "0xFFFFFFFFFFFFFFFF",
"content_owner_id_min": "0x0000000000000000",
"content_owner_id_max": "0xFFFFFFFFFFFFFFFF",
"content_owner_ids": [
"0x0100000000001000"
]
},
"service_host": [
"*"
@ -161,4 +166,4 @@
}
}
]
}
}