All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] capabilities.7: tfix
@ 2014-08-01 15:09 Yuri Kozlov
       [not found] ` <1406905760-2232-1-git-send-email-yuray-YPGtXv8QU+00kPtPmH8OGQ@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Yuri Kozlov @ 2014-08-01 15:09 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA, Yuri Kozlov

---
 man7/capabilities.7 | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/man7/capabilities.7 b/man7/capabilities.7
index 3d37fdd..7d55f51 100644
--- a/man7/capabilities.7
+++ b/man7/capabilities.7
@@ -1105,7 +1105,8 @@ is based on the withdrawn POSIX.1e draft standard; see
 .UE .
 .SH NOTES
 Since kernel 2.5.27, capabilities are an optional kernel component,
-and can be enabled/disabled via the CONFIG_SECURITY_CAPABILITIES
+and can be enabled/disabled via the
+.B CONFIG_SECURITY_CAPABILITIES
 kernel configuration option.
 
 The
-- 
2.0.0

--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] capabilities.7: tfix
       [not found] ` <1406905760-2232-1-git-send-email-yuray-YPGtXv8QU+00kPtPmH8OGQ@public.gmane.org>
@ 2014-08-01 19:59   ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Kerrisk (man-pages) @ 2014-08-01 19:59 UTC (permalink / raw)
  To: Yuri Kozlov
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man-u79uwXL29TY76Z2rM5mHXA

Thanks, Yuri. Applied.

Cheers,

Michael




On 08/01/2014 05:09 PM, Yuri Kozlov wrote:
> ---
>  man7/capabilities.7 | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/man7/capabilities.7 b/man7/capabilities.7
> index 3d37fdd..7d55f51 100644
> --- a/man7/capabilities.7
> +++ b/man7/capabilities.7
> @@ -1105,7 +1105,8 @@ is based on the withdrawn POSIX.1e draft standard; see
>  .UE .
>  .SH NOTES
>  Since kernel 2.5.27, capabilities are an optional kernel component,
> -and can be enabled/disabled via the CONFIG_SECURITY_CAPABILITIES
> +and can be enabled/disabled via the
> +.B CONFIG_SECURITY_CAPABILITIES
>  kernel configuration option.
>  
>  The
> 


-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] capabilities.7: tfix
       [not found] ` <1406655908-2445-1-git-send-email-yuray-YPGtXv8QU+00kPtPmH8OGQ@public.gmane.org>
@ 2014-07-30  6:40   ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Kerrisk (man-pages) @ 2014-07-30  6:40 UTC (permalink / raw)
  To: Yuri Kozlov
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man-u79uwXL29TY76Z2rM5mHXA

Thanks, Yuri. Applied.

Cheers,

Michael


On 07/29/2014 07:45 PM, Yuri Kozlov wrote:
> ---
>  man7/capabilities.7 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/man7/capabilities.7 b/man7/capabilities.7
> index 0b7f89f..3d37fdd 100644
> --- a/man7/capabilities.7
> +++ b/man7/capabilities.7
> @@ -914,7 +914,7 @@ Removing capabilities from the bounding set is supported only if file
>  capabilities are compiled into the kernel.
>  In kernels before Linux 2.6.33,
>  file capabilities were an optional feature configurable via the
> -CONFIG_SECURITY_FILE_CAPABILITIES
> +.B CONFIG_SECURITY_FILE_CAPABILITIES
>  option.
>  Since Linux 2.6.33, the configuration option has been removed
>  and file capabilities are always part of the kernel.
> 


-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH] capabilities.7: tfix
@ 2014-07-29 17:45 Yuri Kozlov
       [not found] ` <1406655908-2445-1-git-send-email-yuray-YPGtXv8QU+00kPtPmH8OGQ@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Yuri Kozlov @ 2014-07-29 17:45 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA, Yuri Kozlov

---
 man7/capabilities.7 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man7/capabilities.7 b/man7/capabilities.7
index 0b7f89f..3d37fdd 100644
--- a/man7/capabilities.7
+++ b/man7/capabilities.7
@@ -914,7 +914,7 @@ Removing capabilities from the bounding set is supported only if file
 capabilities are compiled into the kernel.
 In kernels before Linux 2.6.33,
 file capabilities were an optional feature configurable via the
-CONFIG_SECURITY_FILE_CAPABILITIES
+.B CONFIG_SECURITY_FILE_CAPABILITIES
 option.
 Since Linux 2.6.33, the configuration option has been removed
 and file capabilities are always part of the kernel.
-- 
2.0.0

--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] capabilities.7: tfix
       [not found] ` <1363474685-21413-1-git-send-email-spaillard-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
@ 2013-03-17  7:06   ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Kerrisk (man-pages) @ 2013-03-17  7:06 UTC (permalink / raw)
  To: Simon Paillard; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

Thanks Simon. Applied.

On Sat, Mar 16, 2013 at 11:58 PM, Simon Paillard <spaillard-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org> wrote:
> ---
>  man7/capabilities.7 |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/man7/capabilities.7 b/man7/capabilities.7
> index 19a7309..637a99c 100644
> --- a/man7/capabilities.7
> +++ b/man7/capabilities.7
> @@ -491,7 +491,7 @@ create memory mappings at addresses below the value specified by
>  .IR /proc/sys/vm/mmap_min_addr ;
>  .IP *
>  map files in
> -.IR /proc/pci/bus ;
> +.IR /proc/bus/pci ;
>  .IP *
>  open
>  .IR /dev/mem
> --
> 1.7.10.4
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-man" in
> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html



-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Author of "The Linux Programming Interface"; http://man7.org/tlpi/
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH] capabilities.7: tfix
@ 2013-03-16 22:58 Simon Paillard
       [not found] ` <1363474685-21413-1-git-send-email-spaillard-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Simon Paillard @ 2013-03-16 22:58 UTC (permalink / raw)
  To: linux-man-u79uwXL29TY76Z2rM5mHXA; +Cc: Simon Paillard

---
 man7/capabilities.7 |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man7/capabilities.7 b/man7/capabilities.7
index 19a7309..637a99c 100644
--- a/man7/capabilities.7
+++ b/man7/capabilities.7
@@ -491,7 +491,7 @@ create memory mappings at addresses below the value specified by
 .IR /proc/sys/vm/mmap_min_addr ;
 .IP *
 map files in
-.IR /proc/pci/bus ;
+.IR /proc/bus/pci ;
 .IP *
 open
 .IR /dev/mem
-- 
1.7.10.4

--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-08-01 19:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-01 15:09 [PATCH] capabilities.7: tfix Yuri Kozlov
     [not found] ` <1406905760-2232-1-git-send-email-yuray-YPGtXv8QU+00kPtPmH8OGQ@public.gmane.org>
2014-08-01 19:59   ` Michael Kerrisk (man-pages)
  -- strict thread matches above, loose matches on Subject: below --
2014-07-29 17:45 Yuri Kozlov
     [not found] ` <1406655908-2445-1-git-send-email-yuray-YPGtXv8QU+00kPtPmH8OGQ@public.gmane.org>
2014-07-30  6:40   ` Michael Kerrisk (man-pages)
2013-03-16 22:58 Simon Paillard
     [not found] ` <1363474685-21413-1-git-send-email-spaillard-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
2013-03-17  7:06   ` Michael Kerrisk (man-pages)

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.