Is there a Linux version that is similar to Freedom app? (freedom.to)
from Psyhackological@lemmy.ml to linux@lemmy.ml on 23 Jun 05:49
https://lemmy.ml/post/32122321

This app just starts some productivity session while forbidding some programs from starting. Is there a Linux and most importantly FOSS version of it?

#linux

threaded - newest

dabu@lemmy.world on 23 Jun 06:06 next collapse

I do not know any program like that but what worked for me was creating another user account that had no access to lots of stuff.

Psyhackological@lemmy.ml on 23 Jun 06:08 collapse

Yeah that’s idea but it will also lose some of the setup that I have right now. I wonder how hard it would he to tell the kernel not to spawn anything during session time.

jbloggs777@discuss.tchncs.de on 23 Jun 06:23 collapse

With apparmor, you could enable and disable profiles that could restrict access to files and paths by name.

For network traffic, it’s possible to use dnsmasq to blacklist or whitelist some domains.

Psyhackological@lemmy.ml on 24 Jun 17:43 collapse

Good idea, thanks.

buckykat@hexbear.net on 23 Jun 06:22 next collapse

Looks like malware to me

Psyhackological@lemmy.ml on 24 Jun 17:42 collapse

Behaves as such but I don’t think so.

buckykat@hexbear.net on 24 Jun 21:53 collapse

If it behaves as malware it’s malware in my book. Same reason I consider things like kernel level anti-cheat to be malware.

Psyhackological@lemmy.ml on 25 Jun 21:00 collapse

How the same thing can be done without being seen as a malware?

buckykat@hexbear.net on 25 Jun 22:28 collapse

In my opinion it can’t. The core thing you want to do, prevent the user from running whatever software they desire on their own computer, is fundamentally malicious behavior even if the user is yourself

Psyhackological@lemmy.ml on 26 Jun 20:49 collapse

You can also do it while having a way to stop it, it doesn’t have to be forced on the user. It’s just isolated productivity environment.

communism@lemmy.ml on 24 Jun 22:45 next collapse

LeechBlock for just the browser? And yeah AppArmor for stopping programs from launching.

Psyhackological@lemmy.ml on 25 Jun 21:02 collapse

Thanks for LeechBlock as I see it’s FOSS github.com/proginosko/LeechBlockNG

and I will try AppArmor.

t0mri@lemmy.ml on 25 Jun 08:28 collapse

forbidding some programs from starting

You can write script for this

Psyhackological@lemmy.ml on 25 Jun 21:00 collapse

Examples?