kernel: When CONFIG_KSU = m, disable sulog

This commit is contained in:
ShirkNeko
2025-11-02 03:09:55 +08:00
parent bd0b07cba9
commit c06d694ebc
3 changed files with 10 additions and 2 deletions

View File

@@ -632,7 +632,7 @@ int ksu_install_fd(void)
// Install fd
fd_install(fd, filp);
#if __SULOG_GATE
#if __SULOG_GATE
ksu_sulog_report_permission_check(current_uid().val, current->comm, fd >= 0);
#endif