Open liuxuan30 opened 6 years ago
I also have this question, have you solved it? I always get this prompt. Sandbox: hook..execve() killing DaemonDemo[pid=363, uid=0]: outside of container && !i_can_has_debugger
not yet. but have you given enough entitlements? like platform?
I tried the same entitlements like sshd, but still did not succeed.
with <key>platform-application</key> <true/>
in entitlements,
and make sure binary is owned by root, and has permission, like this is postinst:
chown root:wheel /Library/LaunchDaemons/com.xxx.testd.plist
chmod 644 /Library/LaunchDaemons/com.xxx.testd.plist
chown root:wheel /usr/bin/testd
chmod 755 /usr/bin/testd
@cjsworld Thank you for solving my problem
did you make the daemon work? @cjsworld
@liuxuan30 你好我是同样的问题,也是在9和10上面 daemon 能正常的工作,11上面不能正常工作。单独写一个deamon 加上权限是可以跑起来的。请问下你现在是上面情况 能正常运行起来了么?
Hello there,
Just want to rewrite a tweak/daemon on Electra. It used to work on traditional JBs like iOS 9 or 10 with cydia and substrate.
Just want to know how to port the daemon to Electra? My daemon is just a bin and added into LaunchDaemons with
and entitlement:
Is this still true on Electra? I know I probably should add platform-application ent. Anything else? Especially any tricks or traps I should watch out? And can I just still use theos to build?
Thanks for the answers!