You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
throne_tracker: avoid cross-fs traversal using s_magic check
Skip directories that does NOT have the same magic as /data/app.
This is to avoid scanning incfs and any other stacked filesystems.
This is a workaround for Ultra-Legacy kernels where upstream's
method fails.
Replaces:
`throne_tracker: avoid cross fs access`
tiann/KernelSU#2626
Signed-off-by: backslashxx <[email protected]>
0 commit comments