1 # SPDX-License-Identifier: GPL-2.0-only
4 tristate "Connector - unified userspace <-> kernelspace linker"
7 This is unified userspace <-> kernelspace connector working on top
8 of the netlink socket protocol.
10 Connector support can also be built as a module. If so, the module
16 bool "Report process events to userspace"
17 depends on CONNECTOR=y
20 Provide a connector that reports process events to userspace. Send
21 events such as fork, exec, id change (uid, gid, suid, etc), and exit.