Kconfig 600 B

12345678910111213141516171819202122
  1. menuconfig CONNECTOR
  2. tristate "Connector - unified userspace <-> kernelspace linker"
  3. depends on NET
  4. ---help---
  5. This is unified userspace <-> kernelspace connector working on top
  6. of the netlink socket protocol.
  7. Connector support can also be built as a module. If so, the module
  8. will be called cn.
  9. if CONNECTOR
  10. config PROC_EVENTS
  11. bool "Report process events to userspace"
  12. depends on CONNECTOR=y
  13. default y
  14. ---help---
  15. Provide a connector that reports process events to userspace. Send
  16. events such as fork, exec, id change (uid, gid, suid, etc), and exit.
  17. endif # CONNECTOR