Skip to content

Commit addf60e

Browse files
committed
kernel: Fixed missing scan_all_users
1 parent d4781ae commit addf60e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

kernel/throne_tracker.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919

2020
uid_t ksu_manager_uid = KSU_INVALID_UID;
2121

22-
2322
static int get_pkg_from_apk_path(char *pkg, const char *path)
2423
{
2524
int len = strlen(path);

kernel/user_data_scanner.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
#include "kernel_compat.h"
1515
#include "user_data_scanner.h"
1616

17+
static bool scan_all_users __read_mostly = false; // Whether to scan all users' data directories
18+
1719
struct work_buffers *get_work_buffer(void)
1820
{
1921
static struct work_buffers global_buffer;

0 commit comments

Comments
 (0)