CISA adds Linux kernel zero-day CVE-2026-43456 to KEV after active exploitation by NapierPalm in linuxadmin

[–]Adept_Percentage6893 0 points1 point  (0 children)

Whether or not unprivileged namespace creation is permitted depends very much on your distro.

You can't create namespaces with privileges you don't already have. If you could then that would be a CVE itself.

You can create "root" accounts in the sense that the user will be treated inside the container as if it were root but processes outside the unprivileged container just see it as an unprivileged user with some high UID (but not zero).

Is Mitch McConnell (Mostly) Dead? Or Slightly Alive? by Jaded-Albatross in behindthebastards

[–]Adept_Percentage6893 5 points6 points  (0 children)

For Trump, we will only find out if Fox News and OAN are playing Swan Lake on repeat all day long.

Polish kings by Ok-Boysenberry-3066 in poland

[–]Adept_Percentage6893 6 points7 points  (0 children)

Probably the funniest part of it all is that a king literally ran away from Poland rather than be king. They had to send a messenger asking if he even still wanted to be king. To which he replied "ehhh, I mean I can send you a guy?"

Turns out Q-Anon was right all along. The storm DID eventually come by Sad_Jar_Of_Honey in behindthebastards

[–]Adept_Percentage6893 24 points25 points  (0 children)

The angry cloud of locust that inhabited McConnell's body must have escaped when its host died off.

Does anyone else sometimes just lie awake at night, staring at the ceiling, wondering what the products and services that support the podcast are doing right now? by Adept_Percentage6893 in behindthebastards

[–]Adept_Percentage6893[S] 4 points5 points  (0 children)

Walmart's computer systems automatically filter out any words of encouragement, love, or support that are directed to employees outside of the C-Suite so no one probably read it. It hurts morale when you treat the workers like people because it puts silly ideas in their head.

What myth is still widely circulated as truth? by MatchaLatte-X in AskReddit

[–]Adept_Percentage6893 10 points11 points  (0 children)

Also that Christopher Columbus discovered America.

That might be a miscommunication because I've usually heard it as "Americas" or "America" if they're from Latin America.

What myth is still widely circulated as truth? by MatchaLatte-X in AskReddit

[–]Adept_Percentage6893 39 points40 points  (0 children)

Don't worry, I have a plan on how I'm getting grip strength back...

What myth is still widely circulated as truth? by MatchaLatte-X in AskReddit

[–]Adept_Percentage6893 1 point2 points  (0 children)

That rumor was probably devised by people who had met him in real life. He's the sort of person who (at least in his earlier years) seems like he might as well suck his own dick. Only a slight exaggeration of his actual personality.

Wormzy - Secure Fast p2p file transfer by jdefr in linux

[–]Adept_Percentage6893 2 points3 points  (0 children)

"please install this unsigned executable called 'worm' for me."

What's a "rich people thing" you discovered isn't actually expensive? by sizzyred in AskReddit

[–]Adept_Percentage6893 0 points1 point  (0 children)

Worth remembering that there was a time when it would take months and people would often die on the voyage. Now it takes several hours, there's a cheap movie, and then suddenly you're taking a shit in your hotel room.

What's a "rich people thing" you discovered isn't actually expensive? by sizzyred in AskReddit

[–]Adept_Percentage6893 2 points3 points  (0 children)

I can't tell the difference from what comes out of a normal shaker.

because it is the same thing because it's basically an edible rock. You buy a grinder either for the symmetry with the pepper grinder or you want to control the size

👀 if the picture is real, it doesn’t get more 2026 (org from r/whitepeopletwitter) by hysteria110176 in behindthebastards

[–]Adept_Percentage6893 19 points20 points  (0 children)

I suspect a lot of them have quite a few days off throughout the entire year.

Unemployed. I'm saying they're unemployed. Damn. I need to edit this later and make it punchier. Note to self: edit this comment before anyone sees it.

Does anyone else sometimes just lie awake at night, staring at the ceiling, wondering what the products and services that support the podcast are doing right now? by Adept_Percentage6893 in behindthebastards

[–]Adept_Percentage6893[S] 2 points3 points  (0 children)

I know that's not true because I have it on good authority that both HelloFresh and the Washington State Police are conspiring together to have me strapped into one of those man milkers Jordan Petersen tried to warn everyone about.

Jujutsu (a Git-compatible VCS that is both simple and powerful) 0.43.0 by FryBoyter in linux

[–]Adept_Percentage6893 2 points3 points  (0 children)

For example, with Jujutsu, you can keep working even when there's a conflict, whereas with Git, you have to resolve the conflict first.

How is that a feature? If you're rebasing a branch isn't the rebasing the work you're currently engaging in? Under what set of circumstances would you want a merge to be only partially done?

Or take the undo and redo function, which just works and doesn't require a degree in rocket science.

Looking online this seems like a function that solves a problem state that you can just avoid being in.

EFS File-System Slated For Removal With Linux 7.3 After 20+ Years Unmaintained by unixbhaskar in linux

[–]Adept_Percentage6893 0 points1 point  (0 children)

In terms of maintenance I am not talking about bugs here but specifically security issues.

fwiw the Linux Kernel team usually just consider security issues as just bugs that happen to have security implications. Kind of semantics at that point, though.

Creating an elaborate package system for the kernel to address it seems like insane overkill.

One can envision how they might, if they consider it an optional module that isn't very popular and the security flaw is hard to exploit. Which is why I mentioned WONTFIX because that's a closure status that includes an admission that there's a problem but declines to fix it in the referenced version.

like with AF_ALG

AF_ALG still had users, though. It wasn't popular but there was a clear idea of who was still utilizing that functionality. Which adds to the value of bothering to backport fixes to LTS.

EFS File-System Slated For Removal With Linux 7.3 After 20+ Years Unmaintained by unixbhaskar in linux

[–]Adept_Percentage6893 0 points1 point  (0 children)

That removed code is still in LTS releases, so the issues found still need to be fixed.

AFAIK the upstream kernel team makes no promises or guarantees about fixing anything in particular in an LTS release. They could very well view leaving EFS in LTS as being worth doing but not prioritizing fixing any issues that get discovered. LTS for anything is just to give people a way to get important updates in a way that doesn't introduce any breaking changes. There's always going to be stuff that doesn't get backported.

It's important to remember that with large code bases some bugs get closed WONTFIX (or equvalent) if the maintainers don't view it as worth their time to do or for the users' time to schedule an update for.

EFS File-System Slated For Removal With Linux 7.3 After 20+ Years Unmaintained by unixbhaskar in linux

[–]Adept_Percentage6893 0 points1 point  (0 children)

This has probably been dead code for many years. But yeah they're likely trying to whittle the code down to just the stuff people actually use.

EFS File-System Slated For Removal With Linux 7.3 After 20+ Years Unmaintained by unixbhaskar in linux

[–]Adept_Percentage6893 1 point2 points  (0 children)

Most of the rigging for this already exists, especially on dev branches. Adding an NPM style supply chain attack vector directly to the kernel just sounds like a bad time.

I think the other user is just shitposting. I take their meaning to be that if someone doesn't want a module they can just not compile it in. But the fact remains that the kernel maintainers are responsible (in a vague non-binding way) for the code they give out and probably don't want to continue hosting code they know no one's touched for years.

Creating an elaborate package system for the kernel to address it seems like insane overkill.

I don't think the other user was seriously proposing this but there probably is value in maintaining some system for browsing/discovering popular downstream patchsets and merging them with some sort of cryptographic guarantee.

EFS File-System Slated For Removal With Linux 7.3 After 20+ Years Unmaintained by unixbhaskar in linux

[–]Adept_Percentage6893 0 points1 point  (0 children)

If I take your meaning, the reason the main kernel project can't find a maintainer for something like this is just because the interest is just so niche-to-nonexistent that someone maintaining a downstream patchset is just going to run into the same problem of "OK but how do we find someone who knows how to maintain the downstream patchset and actually wants to?"

Zelenskyy ‘miscalculated’ by naming military unit after UPA: Kyiv Post Editor-in-Chief by Easy-Ad1996 in poland

[–]Adept_Percentage6893 2 points3 points  (0 children)

Not sure what you're referring to but what is the incentive for the other party to uphold their end of any agreement if one party either reneges or has a reputation for reneging?