Files
antidrift/README.md
2021-10-12 21:58:56 -04:00

13 lines
313 B
Markdown

# FocusFriend
FocusFriend is an app that empowers users to utilize their computers mindfully.
## Unkillable Process
Our monitoring process has to be unkillable.
I have found [this](https://skallwar.fr/posts/unkillable_process/) solution that
uses Kernel hooks, but I think the approach via sudo is cleaner.