Relative Content

Tag Archive for pythonlinuxsecuritynixos

The strongest method(s) to secure a Python site blocker

I have a working Python script that is mainly designed to block (shut down) my Linux laptop whenever I try to get to any NSFW content. However I don’t know how to secure it from being killed by me as I have sudo privileges and I know the root password. I can change the password and give the new password to my accountability partner, there is no problem, but still don’t know any methodology that I can use to secure my script during the run time even with a special password.