-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Permissions #4
Comments
Excuse me for asking, but what would these permissions actually be? Kernel access? SD Card storage? What are they? |
Looks like github removed the XML formatting in my initial post... resulting in 4x "yesses". I've edited it now. I had planned: sd, usb, wifi, and sound, just as a heads up for the user. Kernel is interesting, although if I understand correctly, anything executed from HBL requires kernel access (although the same could be said about the other permissions). Maybe something additional things like: memory modification or elf loading permissions. |
Yes, I believe that is correct. Because the kernel exploit has been run, any running program can access the kernel memory, its just that most software doesn't choose to (e.g. Loadiine GX2 utilises this functionality, but Space Game doesn't). |
Great Idea ! |
There should be permission attributes that display a small icon under the app button that shows which permissions it has.
It would be configured in meta.xml (see #3) like so:
The text was updated successfully, but these errors were encountered: