ksud: Add KSU_SUKISU to env
This will help module authors determine which root implementation the module is running on. Signed-off-by: WenHao2130 <wenhao2130@outlook.com>
This commit is contained in:
@@ -54,6 +54,7 @@ fn exec_install_script(module_file: &str) -> Result<()> {
|
|||||||
),
|
),
|
||||||
)
|
)
|
||||||
.env("KSU", "true")
|
.env("KSU", "true")
|
||||||
|
.env("KSU_SUKISU", "true")
|
||||||
.env("KSU_KERNEL_VER_CODE", ksucalls::get_version().to_string())
|
.env("KSU_KERNEL_VER_CODE", ksucalls::get_version().to_string())
|
||||||
.env("KSU_VER", defs::VERSION_NAME)
|
.env("KSU_VER", defs::VERSION_NAME)
|
||||||
.env("KSU_VER_CODE", defs::VERSION_CODE)
|
.env("KSU_VER_CODE", defs::VERSION_CODE)
|
||||||
@@ -170,6 +171,7 @@ fn exec_script<T: AsRef<Path>>(path: T, wait: bool) -> Result<()> {
|
|||||||
.arg(path.as_ref())
|
.arg(path.as_ref())
|
||||||
.env("ASH_STANDALONE", "1")
|
.env("ASH_STANDALONE", "1")
|
||||||
.env("KSU", "true")
|
.env("KSU", "true")
|
||||||
|
.env("KSU_SUKISU", "true")
|
||||||
.env("KSU_KERNEL_VER_CODE", ksucalls::get_version().to_string())
|
.env("KSU_KERNEL_VER_CODE", ksucalls::get_version().to_string())
|
||||||
.env("KSU_VER_CODE", defs::VERSION_CODE)
|
.env("KSU_VER_CODE", defs::VERSION_CODE)
|
||||||
.env("KSU_VER", defs::VERSION_NAME)
|
.env("KSU_VER", defs::VERSION_NAME)
|
||||||
|
|||||||
Reference in New Issue
Block a user