2012-06-26 01:34:19

by Josh Boyer

[permalink] [raw]
Subject: [PATCH] Documentation: kernel-parameters.txt remove capability.disable

Remove the documentation for capability.disable. The code supporting this
parameter was removed with:

commit 5915eb53861c5776cfec33ca4fcc1fd20d66dd27
Author: Miklos Szeredi <[email protected]>
Date: Thu Jul 3 20:56:05 2008 +0200

security: remove dummy module

Signed-off-by: Josh Boyer <[email protected]>
---
Documentation/kernel-parameters.txt | 6 ------
1 file changed, 6 deletions(-)

diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index a92c5eb..9415bcc 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -446,12 +446,6 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
possible to determine what the correct size should be.
This option provides an override for these situations.

- capability.disable=
- [SECURITY] Disable capabilities. This would normally
- be used only if an alternative security model is to be
- configured. Potentially dangerous and should only be
- used if you are entirely sure of the consequences.
-
ccw_timeout_log [S390]
See Documentation/s390/CommonIO for details.

--
1.7.10.2


2012-06-27 02:58:11

by Serge E. Hallyn

[permalink] [raw]
Subject: Re: [PATCH] Documentation: kernel-parameters.txt remove capability.disable

Quoting Josh Boyer ([email protected]):
> Remove the documentation for capability.disable. The code supporting this
> parameter was removed with:
>
> commit 5915eb53861c5776cfec33ca4fcc1fd20d66dd27
> Author: Miklos Szeredi <[email protected]>
> Date: Thu Jul 3 20:56:05 2008 +0200
>
> security: remove dummy module
>
> Signed-off-by: Josh Boyer <[email protected]>

Thanks!

Acked-by: Serge Hallyn <[email protected]>

> ---
> Documentation/kernel-parameters.txt | 6 ------
> 1 file changed, 6 deletions(-)
>
> diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
> index a92c5eb..9415bcc 100644
> --- a/Documentation/kernel-parameters.txt
> +++ b/Documentation/kernel-parameters.txt
> @@ -446,12 +446,6 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
> possible to determine what the correct size should be.
> This option provides an override for these situations.
>
> - capability.disable=
> - [SECURITY] Disable capabilities. This would normally
> - be used only if an alternative security model is to be
> - configured. Potentially dangerous and should only be
> - used if you are entirely sure of the consequences.
> -
> ccw_timeout_log [S390]
> See Documentation/s390/CommonIO for details.
>
> --
> 1.7.10.2
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/