manager: add susfs status and sus_su toggle
userspace: add susfsd ci: build susfsd ksud_overlayfs: update aarch64 bin BusyBox v1.36.1.1 topjohnwu (2024-10-06 01:38:43 PDT) Co-authored-by: rifsxd <rifat.44.azad.rifs@gmail.com>
This commit is contained in:
3
userspace/ksud/bin/.gitignore
vendored
3
userspace/ksud/bin/.gitignore
vendored
@@ -1 +1,2 @@
|
||||
**/*.ko
|
||||
**/*.ko
|
||||
susfsd
|
||||
@@ -8,6 +8,7 @@ use crate::{defs::BINARY_DIR, utils};
|
||||
pub const RESETPROP_PATH: &str = concatcp!(BINARY_DIR, "resetprop");
|
||||
pub const BUSYBOX_PATH: &str = concatcp!(BINARY_DIR, "busybox");
|
||||
pub const BOOTCTL_PATH: &str = concatcp!(BINARY_DIR, "bootctl");
|
||||
pub const SUSFSD_PATH: &str = concatcp!(BINARY_DIR, "susfsd");
|
||||
|
||||
#[cfg(all(target_arch = "x86_64", target_os = "android"))]
|
||||
#[derive(RustEmbed)]
|
||||
|
||||
Reference in New Issue
Block a user