mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2024-11-09 22:56:35 +00:00
boot2: correct service access for mitm-forward-declare
This commit is contained in:
parent
fe0bd03feb
commit
71e0102f7a
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
"filesystem_access": {
|
||||
"permissions": "0xFFFFFFFFFFFFFFFF"
|
||||
},
|
||||
"service_host": [],
|
||||
"service_host": ["*"],
|
||||
"service_access": ["fsp-srv", "gpio", "htc", "lr", "pm:bm", "pm:shell", "pm:info", "set:sys"],
|
||||
"kernel_capabilities": [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue