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:
parent
865ca76772
commit
158f7224a7
1 changed files with 30 additions and 23 deletions
|
@ -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"
|
||||||
|
],
|
||||||
|
"kernel_capabilities": [
|
||||||
|
{
|
||||||
|
"type": "kernel_flags",
|
||||||
|
"value": {
|
||||||
"highest_thread_priority": 63,
|
"highest_thread_priority": 63,
|
||||||
"lowest_thread_priority": 24,
|
"lowest_thread_priority": 24,
|
||||||
"lowest_cpu_id": 3,
|
"lowest_cpu_id": 3,
|
||||||
"highest_cpu_id": 3
|
"highest_cpu_id": 3
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"syscalls": {
|
{
|
||||||
|
"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": {
|
"type": "min_kernel_version",
|
||||||
"allow_debug": false,
|
"value": "0x0060"
|
||||||
"force_debug": true
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
]
|
||||||
}
|
}
|
Loading…
Reference in a new issue