| Evgeniy Polyakov | 7672d0b | 2005-09-11 19:15:07 -0700 | [diff] [blame] | 1 | menu "Connector - unified userspace <-> kernelspace linker" | 
 | 2 |  | 
 | 3 | config CONNECTOR | 
 | 4 | 	tristate "Connector - unified userspace <-> kernelspace linker" | 
 | 5 | 	depends on NET | 
 | 6 | 	---help--- | 
 | 7 | 	  This is unified userspace <-> kernelspace connector working on top | 
 | 8 | 	  of the netlink socket protocol. | 
 | 9 |  | 
 | 10 | 	  Connector support can also be built as a module.  If so, the module | 
 | 11 | 	  will be called cn.ko. | 
 | 12 |  | 
| Matt Helsley | 9f46080 | 2005-11-07 00:59:16 -0800 | [diff] [blame] | 13 | config PROC_EVENTS | 
 | 14 | 	boolean "Report process events to userspace" | 
 | 15 | 	depends on CONNECTOR=y | 
 | 16 | 	default y | 
 | 17 | 	---help--- | 
 | 18 | 	  Provide a connector that reports process events to userspace. Send | 
 | 19 | 	  events such as fork, exec, id change (uid, gid, suid, etc), and exit. | 
 | 20 |  | 
| Evgeniy Polyakov | 7672d0b | 2005-09-11 19:15:07 -0700 | [diff] [blame] | 21 | endmenu |