blob: 0c2d2aa82d8c4672bd5096c33c068af73e78f990 [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
Masahiro Yamadaa7f7f622020-06-14 01:50:22 +09006 help
Evgeniy Polyakov7672d0b2005-09-11 19:15:07 -07007 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
Masahiro Yamadaa7f7f622020-06-14 01:50:22 +090019 help
Matt Helsley9f460802005-11-07 00:59:16 -080020 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