• 0 Posts
  • 257 Comments
Joined 1 year ago
cake
Cake day: July 7th, 2023

help-circle





  • No I don’t think they were those, I want to say they were manufactured by HTC maybe? The company who the facilities were contracting was called Shawntech. Those tablets would very commonly steal inmates money too and nothing was ever done about getting their money back.

    I’m about to go off on a bit of an unrelated rant but that last statement kind of triggered me a bit and I still have not recovered from this.

    Prison is truly a fucked up place, I never wanted to work there, my life was miserable while I worked there, and I am glad to be rid of the place. I am honestly ashamed to say that I ever worked for a private prison but it was either that or starve on the streets. I never agreed with the prison system but after seeing it first hand how inmates are treated, they are not treated like human beings, they are treated like dogs. I knew a (free world) guy who worked in maintenance that I very quickly became friends with (who was old enough to be my father and honestly reminded me of him a lot) who had the same views I did, but at the end of the day, he has a family to feed, and where I live, you have to unfortunately take what you can get. Like everywhere in life, I was kind at my job to both shitty workers and inmates alike, and tried to be a shining image to what is ultimately mostly people who got caught using substances, but I feel like I can never fully clean my hands of contributing to their suffering by simply just maintaining the prison’s IT and CCTV infrastructure. Yes there are people who do absolutely deserve to be in prison, but they are typically outnumbered by people who broke frivilous and outright ridiculous laws that are in place for the sake of creating slave labor. On top of that, the security staff tend to abuse inmates (albeit in a nondisctiminatory manner meaning anyone can be subject to it). It’s punishment enough to be in prison, why give even further unnecessary suffering?











  • X is inherently less secure due to the fact alone that, given enough time, new vulnerabilities will come out that will not be patched because X11 is EOL. Yes it has a different security model, but that security model is not very well implemented because X has an enormous code base that, at the end of the day is still not bug free (nothing is). There is a lot of legacy code contained in X that legitimately does not even have a function because there is nothing around today to use it.

    Larger codebase = more moving parts = more code to exploit. That’s the benefit to wayland aside from active support by the X/Wayland devs.



  • You’re missing the point. When you run an x client in wayland, you are still running an x server. Every vulnerability an x server has, xwayland has. I don’t need to name anything specific because you can legitimately go and look this up yourself.

    Don’t think you are fully safe from keylogging in xwayland either, you are only safe from keylogging in wayland apps, xwayland clients can keylog other xwayland clients because x servers can see other x servers, in other words, they are all still very much running seperate PIDs on your system which means at the very least they can still touch each other. XWayland, by default, does not really sandbox clients because why exactly would it need to? Do you realize exactly how much of a feat that would take to truly isolate an x server from the rest of your system? That is an inherent flaw with X itself because X never set out to acheive those goals in the first place.

    If you are at the point where you have to be worried about protecting your xsession or wayland session, you need to make a fresh install and tighten your security accordingly. All that tightening down your window manager does is make an attacker go for a lower hanging fruit on your system, that’s why you should make your machine unfeasible to even attack in the first place. You can go run around and try to tighten every little nook and cranny, but if someone is determined to get into your system, they will eventually get in. The malicious parties we are trying to defend against with general security practices are not nation state hackers, they are skids and standard malware.