this post was submitted on 25 Dec 2023
239 points (95.8% liked)

Linux

47224 readers
1435 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I've been using Linux Mint since forever. I've never felt a reason to change. But I'm interested in what persuaded others to move.

you are viewing a single comment's thread
view the rest of the comments
[–] WalnutLum@lemmy.ml 5 points 8 months ago (5 children)

RHEL, SELinux sucks and I hate it.

[–] mholiv@lemmy.world 8 points 8 months ago (4 children)

I get it. It does have a learning curve. This being said, I would argue that without selinux Linux can’t really be meaningfully secure. It’s worth learning. Seljnux exits elsewhere too. I deploy Debian with selinux and it works well there as well.

[–] bhamlin@lemmy.world 3 points 8 months ago (3 children)

The problem with SELinux is that everyone rushed to push it out, alongside packages affected by it without support for it. So it was a crapshoot whether or not you'd have something working each time. That is better now, but was initially a colossal pain in the ass for about five years or so.

[–] boblin@infosec.pub 2 points 8 months ago (1 children)

What put me off selinux is that the officially documented way of generating a new policy is to run a service unconfined, and then generating the policy from its behaviour. This is backwards on so many levels... In contrast policy-based admission control in kubernetes is a delight to use, and creating new policies is actually doable outside of a lab.

[–] mholiv@lemmy.world 1 points 8 months ago

You could preemptively write the policy if you know the context and policies you want to apply. I just don’t think it’s worth the time when you can generate a policy with two commands.

load more comments (1 replies)
load more comments (1 replies)
load more comments (1 replies)