diff options
author | James Morris <jmorris@namei.org> | 2009-10-20 00:48:33 -0400 |
---|---|---|
committer | James Morris <jmorris@namei.org> | 2009-10-20 01:26:16 -0400 |
commit | 3e1c2515acf70448cad1ae3ab835ca80be043d33 (patch) | |
tree | 46034a30e83ba406479d9753acdbb0fd76180b2b /Documentation | |
parent | b7f3008ad1d795935551e4dd810b0255a7bfa3c9 (diff) |
security: remove root_plug
Remove the root_plug example LSM code. It's unmaintained and
increasingly broken in various ways.
Made at the 2009 Kernel Summit in Tokyo!
Acked-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: James Morris <jmorris@namei.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/kernel-parameters.txt | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 6fa7292947e5..5d386b4ff6a0 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -85,7 +85,6 @@ parameter is applicable: | |||
85 | PPT Parallel port support is enabled. | 85 | PPT Parallel port support is enabled. |
86 | PS2 Appropriate PS/2 support is enabled. | 86 | PS2 Appropriate PS/2 support is enabled. |
87 | RAM RAM disk support is enabled. | 87 | RAM RAM disk support is enabled. |
88 | ROOTPLUG The example Root Plug LSM is enabled. | ||
89 | S390 S390 architecture is enabled. | 88 | S390 S390 architecture is enabled. |
90 | SCSI Appropriate SCSI support is enabled. | 89 | SCSI Appropriate SCSI support is enabled. |
91 | A lot of drivers has their options described inside of | 90 | A lot of drivers has their options described inside of |
@@ -2163,15 +2162,6 @@ and is between 256 and 4096 characters. It is defined in the file | |||
2163 | Useful for devices that are detected asynchronously | 2162 | Useful for devices that are detected asynchronously |
2164 | (e.g. USB and MMC devices). | 2163 | (e.g. USB and MMC devices). |
2165 | 2164 | ||
2166 | root_plug.vendor_id= | ||
2167 | [ROOTPLUG] Override the default vendor ID | ||
2168 | |||
2169 | root_plug.product_id= | ||
2170 | [ROOTPLUG] Override the default product ID | ||
2171 | |||
2172 | root_plug.debug= | ||
2173 | [ROOTPLUG] Enable debugging output | ||
2174 | |||
2175 | rw [KNL] Mount root device read-write on boot | 2165 | rw [KNL] Mount root device read-write on boot |
2176 | 2166 | ||
2177 | S [KNL] Run init in single mode | 2167 | S [KNL] Run init in single mode |