-
Notifications
You must be signed in to change notification settings - Fork 163
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
Injected Tweaks don't have permissions to Injected App's Sandbox directory ie. /Documents #264
Comments
Injected tweaks run with the same permissions as the app itself so they can |
This is not true. Attempt to write a file to the root Data folder where Documents folders exists, regular app can write here, Tweak cannot. |
As long as the tweak is injected to that specific app, the code will be ran
by *that* app so yea it will work.
Il lunedì 3 settembre 2018, ElliotRobot <[email protected]> ha
scritto:
… This is not true. Attempt to write a file to the root Data folder where
Documents folders exists, regular app can write here, Tweak cannot.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#264 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ATtX-SZlFrtik8DMO_93M0usSUsKGQ16ks5uXSjzgaJpZM4WND9B>
.
|
I can confirm that Tweaks cannot write files neither in the App sandbox. |
@lubbo i'm sure you're doing it wrong. Tweaks can do whatever the process they're injected to can do. Period. |
@ElliotRobot20 have you fixed the problem or are you still unable to write on Documents dir? |
@lubbo @ElliotRobot20 bruh i wrote this in 5 minutes and it works fine. Stop saying it doesn't work. You're doing it wrong.
|
write to ROOT NSHomeDirectory() not within the documents folder.... |
If a normal app can't do it, a tweak can't do it either. Electra does not
have big sandbox patches like previous jailbreaks
Il giorno lunedì 10 dicembre 2018, ElliotRobot <[email protected]>
ha scritto:
… write to ROOT NSHomeDirectory() not within the documents folder....
It's the same problem I have if i enable mobile permissions on the
Info.plist in App bundle root, you still cannot modify the file from the
tweak as your restricted by initial read-only sandbox.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#264 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ATtX-Zi0vp-hkY4xljLvsHuTuvL3DcYWks5u3rH5gaJpZM4WND9B>
.
|
Yalu works.
Electra doesn't due to sandbox restrictions however injected tweaks should have access to the containerid of the app it is injected into.
Coolstar should be able to fix in like 5 minutes because he is a superstar.
The text was updated successfully, but these errors were encountered: