You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even having root and using the jailbreakd_client to get all entitlements I still cannot access the /dev/rdisk0 nor /dev/disk0. The message in dmesg says:
Sandbox: dd(4042) System Policy: deny(1) file-read-data /dev/rdisk0
No matter if I use dd, cat or even my own compiled and entiteled binary.
Anyone can shed some light how can I get such access. Is it something that only can be done by using the task_for_pid(0) process (like jailbreakd itself)? How could I do this most easily?
Thanks in advance for your help.
The text was updated successfully, but these errors were encountered:
Even having root and using the jailbreakd_client to get all entitlements I still cannot access the /dev/rdisk0 nor /dev/disk0. The message in dmesg says:
Sandbox: dd(4042) System Policy: deny(1) file-read-data /dev/rdisk0
No matter if I use dd, cat or even my own compiled and entiteled binary.
Anyone can shed some light how can I get such access. Is it something that only can be done by using the task_for_pid(0) process (like jailbreakd itself)? How could I do this most easily?
Thanks in advance for your help.
The text was updated successfully, but these errors were encountered: