Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 
0003 menuconfig CONNECTOR
0004         tristate "Connector - unified userspace <-> kernelspace linker"
0005         depends on NET
0006         help
0007           This is unified userspace <-> kernelspace connector working on top
0008           of the netlink socket protocol.
0009 
0010           Connector support can also be built as a module.  If so, the module
0011           will be called cn.
0012 
0013 if CONNECTOR
0014 
0015 config PROC_EVENTS
0016         bool "Report process events to userspace"
0017         depends on CONNECTOR=y
0018         default y
0019         help
0020           Provide a connector that reports process events to userspace. Send
0021           events such as fork, exec, id change (uid, gid, suid, etc), and exit.
0022 
0023 endif # CONNECTOR