hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/connector/Kconfig
....@@ -1,8 +1,9 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12
23 menuconfig CONNECTOR
34 tristate "Connector - unified userspace <-> kernelspace linker"
45 depends on NET
5
- ---help---
6
+ help
67 This is unified userspace <-> kernelspace connector working on top
78 of the netlink socket protocol.
89
....@@ -15,7 +16,7 @@
1516 bool "Report process events to userspace"
1617 depends on CONNECTOR=y
1718 default y
18
- ---help---
19
+ help
1920 Provide a connector that reports process events to userspace. Send
2021 events such as fork, exec, id change (uid, gid, suid, etc), and exit.
2122