this post was submitted on 05 Oct 2023
96 points (96.2% liked)

Linux

48072 readers
1 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 6 years ago
MODERATORS
all 24 comments
sorted by: hot top controversial new old
[–] MNByChoice@midwest.social 28 points 2 years ago (2 children)

SELinux has long suffered from usability issues. Many commercial software packages require SELinux be disabled.

Fix the docs, improve error messages, and create a GUI to improve usage.

[–] joojmachine@lemmy.ml 10 points 2 years ago

Hate to be the type of person to comment this, but patches more than welcome

for real though, even a small contribution to the docs helps a ton

[–] hottari@lemmy.ml 19 points 2 years ago (2 children)

SELinux will not magically make your system more secure. Desktop insecurity mostly boils down to poor user choices. E.g Granting vscode full access to your home folder and installing some random extension.

Flatpaks and similar "container" tools are the obvious tools to use if you care about desktop security which the Linux ecosystem still generally deems as a lesser priority over being able to gain "rootful" permissions to carry out administrative tasks.

[–] ladyanita22@lemmy.world 5 points 2 years ago

Nothing will make your system magically more secure, but SELinux is of great help when properly set up (as is in the case of Fedora).

[–] possiblylinux127@lemmy.zip 4 points 2 years ago (1 children)

Flatpak using either apparmor or selinux

[–] joojmachine@lemmy.ml 2 points 2 years ago

neither, it uses bubblewrap, snap is the one that uses apparmor

[–] joojmachine@lemmy.ml 12 points 2 years ago (1 children)

Anyone even slightly interested in this, join!

Seriously, I didn't know jack about SELinux before joining the SIG and now I know a little less than jack about it (I tried confining my user and managed to be unable to login to my system)

[–] iamak 2 points 2 years ago (1 children)

I'm interested. Can you tell me more about it?

[–] joojmachine@lemmy.ml 2 points 2 years ago (1 children)

You can just take a look at the links in the thread if you want to start testing, and can help report issues with your experiences in our Pagure repo, I still need to report mine to mnow if it's a thing with GDM or if I just did something wrong

[–] iamak 1 points 2 years ago

Okay. Also how beneficial would this be for my résumé if I'm trying to get into cyber security field?

[–] msage@programming.dev 8 points 2 years ago

A bit dated experience, but I wanted to make a 'simple' web app (nginx/fpm/psql) SELinux compatible in 2014.

After reading the docs, it seemed I needed three layers of configuration just to make a policy. For two ports and two folders, that seemed way too complicated and absolutely not worth it.

[–] rawfox@lemmy.ml 7 points 2 years ago (1 children)

I love it and it really makes my Desktop more secure. Switching it off, has lead to installing hostile or insecure software within months. When it was introduced, i felt controlled by it, but actually i saw, what a mess came out of it when i disabled that. Today i feel protected, out of eperience, even if i know shirt about how it exacly works, but i saw stupid software harming my system when it was disabled.

[–] Pantherina@feddit.de 4 points 2 years ago

I am curious, do you have an example?