kernel: susfs: CONFIG_KSU_SUSFS_INFO syscall to get susfs version & variant

This commit is contained in:
Rifat Azad
2024-12-06 22:48:14 +06:00
parent 78eb6bd5e8
commit b78c9adf49
3 changed files with 53 additions and 0 deletions
+3
View File
@@ -196,6 +196,9 @@ endif
ifdef KSU_SUSFS_SUS_SU
ccflags-y += -DKSU_SUSFS_SUS_SU
endif
ifdef KSU_SUSFS_INFO
ccflags-y += -DKSU_SUSFS_INFO
endif
else
$(info -- You have not integrate susfs in your kernel.)
$(info -- Read: https://gitlab.com/simonpunk/susfs4ksu)