The Proc Connector and Socket Filters | Linux Today

The Proc Connector and Socket Filters

Written By
Web Webster
Web Webster
Feb 11, 2011

“The proc connector is one of those interesting kernel features
that most people rarely come across, and even more rarely find
documentation on. Likewise the socket filter. This is a shame,
because they’re both really quite useful interfaces that might
serve a variety of purposes if they were better documented.

“The proc connector allows you to receive notification of
process events such fork and exec calls, as well as changes to a
process’s uid, gid or sid (session id). These are provided through
a socket-based interface by reading instances of struct proc_event
defined in the kernel header.

#include

“The interface is built on the more generic connector API, which
itself is built on the generic netlink API. These interfaces add
some complexity as they are intended to provide bi-directional
communication between the kernel and userspace; the connector API
appears to have been largely forgotten as newer such socket
interfaces simply declare their own first-class socket classes. So
we need the headers for those too.”


Complete Story

Web Webster

Web Webster

Web Webster has more than 20 years of writing and editorial experience in the tech sector. He’s written and edited news, demand generation, user-focused, and thought leadership content for business software solutions, consumer tech, and Linux Today, he edits and writes for a portfolio of tech industry news and analysis websites including webopedia.com, and DatabaseJournal.com.

Linux Today Logo

LinuxToday is a trusted, contributor-driven news resource supporting all types of Linux users. Our thriving international community engages with us through social media and frequent content contributions aimed at solving problems ranging from personal computing to enterprise-level IT operations. LinuxToday serves as a home for a community that struggles to find comparable information elsewhere on the web.

Property of TechnologyAdvice. © 2026 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.