Skip to content
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

Kitsune Mask is not compatible with SELinux on Waydroid. #32

Open
jusdMustafa opened this issue Jul 28, 2024 · 0 comments
Open

Kitsune Mask is not compatible with SELinux on Waydroid. #32

jusdMustafa opened this issue Jul 28, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@jusdMustafa
Copy link

Describe the bug
When I build from source, I get this error

To Reproduce
Steps to reproduce the behavior:

  1. git clone repo and cd it
  2. sudo make install USE_SYSTEMD=1
  3. if [ -f /sys/fs/selinux/enforce ]; then
    echo "Kitsune Mask is not compatible with SELinux on Waydroid.";
    exit 1;
    fi
    Kitsune Mask is not compatible with SELinux on Waydroid.
    make: *** [Makefile:18: check_selinux] Error 1

Logs
~$ sudo waydroid_magisk log --save
sudo: waydroid_magisk: command not found

Desktop (please complete the following information):

  • OS: Fedora
  • Version: 40
  • Waydroid Version: 1.4.2
@jusdMustafa jusdMustafa added the bug Something isn't working label Jul 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant