| Evgeniy Polyakov | 7672d0b | 2005-09-11 19:15:07 -0700 | [diff] [blame] | 1 |  | 
| Jan Engelhardt | 1359188 | 2007-07-15 23:39:32 -0700 | [diff] [blame] | 2 | menuconfig CONNECTOR | 
| Evgeniy Polyakov | 7672d0b | 2005-09-11 19:15:07 -0700 | [diff] [blame] | 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 |  | 
 | 9 | 	  Connector support can also be built as a module.  If so, the module | 
| Pavel Machek | 4737f09 | 2009-06-05 00:44:53 +0200 | [diff] [blame] | 10 | 	  will be called cn. | 
| Evgeniy Polyakov | 7672d0b | 2005-09-11 19:15:07 -0700 | [diff] [blame] | 11 |  | 
| Jan Engelhardt | 1359188 | 2007-07-15 23:39:32 -0700 | [diff] [blame] | 12 | if CONNECTOR | 
 | 13 |  | 
| Matt Helsley | 9f46080 | 2005-11-07 00:59:16 -0800 | [diff] [blame] | 14 | config PROC_EVENTS | 
 | 15 | 	boolean "Report process events to userspace" | 
 | 16 | 	depends on CONNECTOR=y | 
 | 17 | 	default y | 
 | 18 | 	---help--- | 
 | 19 | 	  Provide a connector that reports process events to userspace. Send | 
 | 20 | 	  events such as fork, exec, id change (uid, gid, suid, etc), and exit. | 
 | 21 |  | 
| Jan Engelhardt | 1359188 | 2007-07-15 23:39:32 -0700 | [diff] [blame] | 22 | endif # CONNECTOR |