1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-11-10 06:01:52 +00:00

set.mitm: fixup NPDM json.

This commit is contained in:
Michael Scire 2018-10-31 02:07:35 -07:00
parent 865ca76772
commit 158f7224a7

View file

@ -14,22 +14,29 @@
"filesystem_access": { "filesystem_access": {
"permissions": "0xFFFFFFFFFFFFFFFF" "permissions": "0xFFFFFFFFFFFFFFFF"
}, },
"service_access": { "service_host": [
"fatal:u": false, "set:sys"
"fsp-srv": false, ],
"spl:": false, "service_access": [
"set:sys": false, "fatal:u",
"set:sys": true "fsp-srv",
}, "spl:",
"kernel_capabilities": { "set:sys",
"kernel_flags": { "fsp-srv"
"highest_thread_priority": 63, ],
"lowest_thread_priority": 24, "kernel_capabilities": [
"lowest_cpu_id": 3, {
"highest_cpu_id": 3 "type": "kernel_flags",
}, "value": {
"syscalls": { "highest_thread_priority": 63,
"lowest_thread_priority": 24,
"lowest_cpu_id": 3,
"highest_cpu_id": 3
}
},
{
"type": "syscalls",
"value": {
"svcSetHeapSize": "0x01", "svcSetHeapSize": "0x01",
"svcSetMemoryPermission": "0x02", "svcSetMemoryPermission": "0x02",
"svcSetMemoryAttribute": "0x03", "svcSetMemoryAttribute": "0x03",
@ -88,11 +95,11 @@
"svcMapDeviceAddressSpaceAligned": "0x5a", "svcMapDeviceAddressSpaceAligned": "0x5a",
"svcUnmapDeviceAddressSpace": "0x5c", "svcUnmapDeviceAddressSpace": "0x5c",
"svcGetSystemInfo": "0x6f" "svcGetSystemInfo": "0x6f"
}, }
"min_kernel_version": "0x0060", },
"debug_flags": { {
"allow_debug": false, "type": "min_kernel_version",
"force_debug": true "value": "0x0060"
} }
} ]
} }