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 199a388c98
commit e1107e514d
3 changed files with 53 additions and 0 deletions

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)