Live Breaking News & Updates on Linux Programming Interface

Stay updated with breaking news from Linux programming interface. Get real-time updates on events, politics, business, and more. Visit us for reliable news and exclusive interviews.

not knowing the /proc file system

Overview I’ve been working quite with files and file systems on Linux recently. Mostly from the vantage point of either a shell or a python script. I wanted to practice coding against the Linux API, so I cracked open my copy of the Linux Programming Interface to see if I could find some useful info. As usual, I found myself on an enjoyable tangent learning about file system and process fundamentals. ....

Chris Wellon , Michael Kerrisk , Linux Programming Interface ,

Exploration of the Dirty Pipe Vulnerability (CVE-2022-0847)

Intro This blog post reflects our exploration of the Dirty Pipe Vulnerability in the Linux kernel. The bug was discovered by Max Kellermann and described here. If you haven’t read the original publication yet, we’d suggest that you read it first (maybe also twice ;)). While Kellermann’s post is a great resource that contains all the relevant information to understand the bug, it assumes some familiarity with the Linux kernel. To fully understand what’s going on we’d like to shed some light on specific kernel internals. ....

Linus Torvalds , Michael Kerrisk , Max Kellermann , Dirty Pipe Vulnerability , While Kellermann , Dirty Pipe Specific , Dirty Pipe , Linux Programming Interface , System Call , Linux Virtual File System , Kernel Source , Page Cache ,