.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | |
---|
2 | 3 | menuconfig CONNECTOR |
---|
3 | 4 | tristate "Connector - unified userspace <-> kernelspace linker" |
---|
4 | 5 | depends on NET |
---|
5 | | - ---help--- |
---|
| 6 | + help |
---|
6 | 7 | This is unified userspace <-> kernelspace connector working on top |
---|
7 | 8 | of the netlink socket protocol. |
---|
8 | 9 | |
---|
.. | .. |
---|
15 | 16 | bool "Report process events to userspace" |
---|
16 | 17 | depends on CONNECTOR=y |
---|
17 | 18 | default y |
---|
18 | | - ---help--- |
---|
| 19 | + help |
---|
19 | 20 | Provide a connector that reports process events to userspace. Send |
---|
20 | 21 | events such as fork, exec, id change (uid, gid, suid, etc), and exit. |
---|
21 | 22 | |
---|