diff options
Diffstat (limited to 'Documentation/sysctl/kernel.txt')
| -rw-r--r-- | Documentation/sysctl/kernel.txt | 11 | 
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/sysctl/kernel.txt b/Documentation/sysctl/kernel.txt index f11ca7979fa..322a00bb99d 100644 --- a/Documentation/sysctl/kernel.txt +++ b/Documentation/sysctl/kernel.txt @@ -32,6 +32,7 @@ show up in /proc/sys/kernel:  - kstack_depth_to_print       [ X86 only ]  - l2cr                        [ PPC only ]  - modprobe                    ==> Documentation/debugging-modules.txt +- modules_disabled  - msgmax  - msgmnb  - msgmni @@ -184,6 +185,16 @@ kernel stack.  ============================================================== +modules_disabled: + +A toggle value indicating if modules are allowed to be loaded +in an otherwise modular kernel.  This toggle defaults to off +(0), but can be set true (1).  Once true, modules can be +neither loaded nor unloaded, and the toggle cannot be set back +to false. + +============================================================== +  osrelease, ostype & version:  # cat osrelease  |