blob: ba1f3f421cc6f9df2c2697045002838f3dca2f1a [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Evgeniy Polyakov7672d0b2005-09-11 19:15:07 -07002
Jan Engelhardt13591882007-07-15 23:39:32 -07003menuconfig CONNECTOR
Evgeniy Polyakov7672d0b2005-09-11 19:15:07 -07004 tristate "Connector - unified userspace <-> kernelspace linker"
5 depends on NET
6 ---help---
7 This is unified userspace <-> kernelspace connector working on top
8 of the netlink socket protocol.
9
10 Connector support can also be built as a module. If so, the module
Pavel Machek4737f092009-06-05 00:44:53 +020011 will be called cn.
Evgeniy Polyakov7672d0b2005-09-11 19:15:07 -070012
Jan Engelhardt13591882007-07-15 23:39:32 -070013if CONNECTOR
14
Matt Helsley9f460802005-11-07 00:59:16 -080015config PROC_EVENTS
Christoph Jaeger6341e622014-12-20 15:41:11 -050016 bool "Report process events to userspace"
Matt Helsley9f460802005-11-07 00:59:16 -080017 depends on CONNECTOR=y
18 default y
19 ---help---
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.
22
Jan Engelhardt13591882007-07-15 23:39:32 -070023endif # CONNECTOR