From 9f28e0a7ad35048a6c3cc8eff07f68edc01340da Mon Sep 17 00:00:00 2001 From: Nullptr Date: Sat, 21 Oct 2023 16:08:35 +0800 Subject: [PATCH] Update CI and README.md --- .github/workflows/ci.yml | 3 +-- README.md | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8832f99..f6077db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,10 +43,9 @@ jobs: - name: Setup Rust run: | - rustup target add armv7-linux-androideabi + rustup override set nightly rustup target add aarch64-linux-android rustup target add x86_64-linux-android - rustup target add i686-linux-android - name: Set up ccache uses: hendrikmuhs/ccache-action@v1.2 diff --git a/README.md b/README.md index 30bf14a..74e9928 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ Also works as standalone loader for Magisk. ### General + No multiple root implementation installed ++ SELinux enforcing: We now rely on SELinux to prevent `vold` from aborting our fuse connection ### KernelSU