Open dontknowhy opened 4 months ago
Comment out the parts with #[cfg(feature = "selinux")] in get_attr and set_attr in native/src/base/files.rs of the Kitsune source code and recompile. Magisk continues to work, but Zygisk does not. I have no knowledge of Magisk; I just roughly compared the old code to find this workaround.
Comment out the parts with #[cfg(feature = "selinux")] in get_attr and set_attr in native/src/base/files.rs of the Kitsune source code and recompile. Magisk continues to work, but Zygisk does not. I have no knowledge of Magisk; I just roughly compared the old code to find this workaround.
Try to revert this for zygisk
https://github.com/KitsuneMagisk/Magisk/commit/1eecd4b8223a6ccae4006ec2267a44c95b62ecae
Describe the bug Run
sudo waydroid_magisk install
and boot Android. And it just stuck in the boot process until it is timeout.To Reproduce After you realize this boy is failed,you can use
sudo waydroid shell
to discover what's wrong.Expected behavior A clear and concise description of what you expected to happen.
Logs
lxc-attach: waydroid: ../src/lxc/attach.c: lxc_attach_run_command: 1841 No such file or directory - Failed to exec "su"
Magisk isn't ready so we don't have anysu
command.Desktop (please complete the following information):
Additional context Add any other context about the problem here. I modified rc file but nothing goes right.
PS: this is another
.rc
file, NOTbootanim.rc