Y
Hacker News
new
|
ask
|
show
|
jobs
by
akdev1l
43 days ago
You’d have to reinstall the su binary itself I guess
1 comments
cyberpunk
43 days ago
It just changes the page cache for the su binary, a reboot will revert it.
link
majorchord
43 days ago
No need to reboot:
sync && echo 3 >/proc/sys/vm/drop_caches
link