SELinux
SoftwareWikipedia
12
MENTIONS
9
EPISODES
9
PODCASTS
Search complete. 12 mentions across 9 episodes found for "SELinux".
Sep 10, 2026
It's More Secure When It's Disabled - PSW #943
P
111:42Paul AsadoorianHOST
operating system not just in the sense of open source but in the you should have the liberty to do what you want on the system and so it's not necessarily going to prevent you from creating these processes right unless you were to kind of glob on some other kind of security controls to that, that may enforce, you can't create a process, you know, that's named that it may prevent that they may stop some things from working, but.
P
112:16Paul AsadoorianHOST
Things like SELinux and AppArmor and such are facilities in Linux that could potentially either prevent or detect this type of behavior.
P
112:28Paul AsadoorianHOST
But that's left up to, in typical Linux fashion, the user to define what those rules are and or enforce them or not on your system.
J
112:40Jeff MannPANELIST
Okay.
It's More Secure When It's Disabled - PSW #943
P
111:35Paul AsadoorianHOST
for whom? Linux loves to be a free and open environment.
P
111:42Paul AsadoorianHOST
operating system not just in the sense of open source but in the you should have the liberty to do what you want on the system and so it's not necessarily going to prevent you from creating these processes right unless you were to kind of glob on some other kind of security controls to that, that may enforce, you can't create a process, you know, that's named that it may prevent that they may stop some things from working, but, Things like SELinux and AppArmor and such are facilities in Linux that could potentially either prevent or detect this type of behavior.
P
112:28Paul AsadoorianHOST
But that's left up to, in typical Linux fashion, the user to define what those rules are and or enforce them or not on your system.
J
112:40Jeff MannPANELIST
Okay.
#601: Google Researchers Hacked the Pixel Phone using Audio Messages
N
8:21Natalie SilvanovichGUEST
And eventually we got to a place where in the context of this decoder, I could get the phone to, you know, call different functions, like maybe mem copy by the frames that were inside the audio file.
N
8:33Natalie SilvanovichGUEST
And then after that, this got a bit complicated due to a security feature called SELinux, but Seth and I and another one of our co-workers, Jan Horn, worked together on this and kind of figured out the best way to go was to write code into memory and then write to a node called mself slash proc slash mem, which basically overwrote some readable memory.
N
8:56Natalie SilvanovichGUEST
And then we could call it.
N
8:57Natalie SilvanovichGUEST
And that was the end of the first stage.
8 MINS LATER
N
16:44Natalie SilvanovichGUEST
I was like basically starting from nothing.
N
16:47Natalie SilvanovichGUEST
So I think that was the thing that made this the most difficult.
N
16:51Natalie SilvanovichGUEST
I talked a little bit about earlier SELinux.
N
16:54Natalie SilvanovichGUEST
That's a security feature on Android.
Claude Fable 5.1 and Other Bedtime Stories
C
0:42Corey QuinnHOST
We've only been asking for this for how long again? Amazon Linux 2027 is now available in public preview, which is a big change to everyone's provisioning process.
C
0:52Corey QuinnHOST
Namely, you're going to have to explicitly disable SELinux as part of your cloud init configurations.
C
0:58Corey QuinnHOST
You shouldn't do that.
C
0:59Corey QuinnHOST
Yes, you are correct, Eugene, but it's still the most widely disabled Linux configuration on the planet.
Infratrust Pulse, AI's Role in Security - BTS #81
P
17:59Paul SidorianHOST
It's out there.
P
18:01Paul SidorianHOST
And one of the items I'm looking into this week is AppArmor and SELinux.
P
18:08Paul SidorianHOST
And even if those were configured and installed on these platforms that run Linux and other covers that represent our network edge, you need some kind of visibility into them, right? In AppArmor, you need to know...
P
18:24Paul SidorianHOST
that there's a profile for an application, what configuration state it's in, and whether or not an application protected by AppArmor has tried to violate one of the rules, access files or other things it typically isn't supposed to.
Gangster Wednesday: Hector Cuen, Johnathan Gill, Scotland Takedown, Serial Killer in Philly and the New Drug Trafficking Board
S
41:00SteveHOST
And that is the digital equivalent of having every key to the building.
S
41:04SteveHOST
So researchers, they found a way that, they found that the implant could inspect or write to the phone's databases, disable the ser, sec-, uh, security system known as SELinux, and switching, uh, switch off logging, block the legitimate software updates, and accept commands from a police-controlled server.
S
41:26SteveHOST
And then it used a publicly available security testing tool called Frida to insert itself into the Encrochat application.
S
41:34SteveHOST
And when a message was created or received, the implant, uh, could momentarily interrupt the application, copy the unencrypted text, and then send that copy to a French police server, often within seconds.
Hardening principles: CIS Benchmarks & minimization
S
3:31speaker_0NARRATOR
Hardening also relies on defense in depth, which means layering multiple independent security controls so that if one fails, others still protect the system.
S
3:39speaker_0NARRATOR
Examples of layers include firewall rules; mandatory access control frameworks such as Security-Enhanced Linux, SELinux, or AppArmor; restrictive file permissions; strong authentication; logging and auditing; and regular patching.
S
3:53speaker_0NARRATOR
No single control is trusted to be perfect.
S
3:56speaker_0NARRATOR
Secure defaults and configuration baselines.
AI Agent Sandboxing with Nono
L
27:41Luke HindsGUEST
And Linux landlock is what we call in LSM, the Linux Security Module.
L
27:46Luke HindsGUEST
So it sits alongside SELinux and various sort of well-known security primitives in the kernel.
L
27:54Luke HindsGUEST
And this again, allows you to do this file specific, network specific.
L
27:59Luke HindsGUEST
sandboxing.
NFS Unmasked: Versions, Gotchas, and Hard Truths
H
4:33Herman PoppleberryHOST
V4.2 in 2014 added server-side copy, so if you want to duplicate a file on the server, The data never has to travel to the client and back.
H
4:42Herman PoppleberryHOST
Also added sparse file awareness and some SELinux label support.
H
4:46Herman PoppleberryHOST
And, as of right now, the IETF NFS v4 working group is actively drafting v4.3.
H
4:53Herman PoppleberryHOST
So, it's not dead.