Kconfig 638 B

123456789101112131415161718192021
  1. menu "Connector - unified userspace <-> kernelspace linker"
  2. config CONNECTOR
  3. tristate "Connector - unified userspace <-> kernelspace linker"
  4. depends on NET
  5. ---help---
  6. This is unified userspace <-> kernelspace connector working on top
  7. of the netlink socket protocol.
  8. Connector support can also be built as a module. If so, the module
  9. will be called cn.ko.
  10. config PROC_EVENTS
  11. boolean "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. endmenu