diff options
Diffstat (limited to 'Documentation/kernel-parameters.txt')
| -rw-r--r-- | Documentation/kernel-parameters.txt | 6 | 
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index e2ed3360b70..9776f068306 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt @@ -1593,6 +1593,12 @@ bytes respectively. Such letter suffixes can also be entirely omitted.  			log everything. Information is printed at KERN_DEBUG  			so loglevel=8 may also need to be specified. +	module.sig_enforce +			[KNL] When CONFIG_MODULE_SIG is set, this means that +			modules without (valid) signatures will fail to load. +			Note that if CONFIG_MODULE_SIG_ENFORCE is set, that +			is always true, so this option does nothing. +  	mousedev.tap_time=  			[MOUSE] Maximum time between finger touching and  			leaving touchpad surface for touch to be considered  |