linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Michael Kerrisk (man-pages)" <mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: myllynen-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org
Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org,
	linux-man <linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Subject: Re: [PATCH] proc.5: tfix
Date: Wed, 13 May 2015 14:05:57 +0200	[thread overview]
Message-ID: <55533E25.5000205@gmail.com> (raw)
In-Reply-To: <55531E73.2020405-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>

Thanks, Marko. Applied.

Cheers,

Michael


On 05/13/2015 11:50 AM, Marko Myllynen wrote:
> 
> ---
>  man5/proc.5 |    6 +++---
>  1 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/man5/proc.5 b/man5/proc.5
> index d0a7629..c3996eb 100644
> --- a/man5/proc.5
> +++ b/man5/proc.5
> @@ -93,15 +93,15 @@ directories but their own (the
>  .IR /proc/[pid]
>  directories themselves remain visible).
>  Sensitive files such as
> -.IR /proc/[pid]cmdline
> +.IR /proc/[pid]/cmdline
>  and
> -.IR /proc/[pid]status
> +.IR /proc/[pid]/status
>  are now protected against other users.
>  This makes it impossible to learn whether any user is running a
>  specific program
>  (so long as the program doesn't otherwise reveal itself by its behavior).
>  .\" As an additional bonus, since
> -.\" .IR /proc/[pid]cmdline
> +.\" .IR /proc/[pid]/cmdline
>  .\" is unaccessible for other users,
>  .\" poorly written programs passing sensitive information via
>  .\" program arguments are now protected against local eavesdroppers.
> 


-- 
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

  parent reply	other threads:[~2015-05-13 12:05 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-13  9:50 [PATCH] proc.5: tfix Marko Myllynen
     [not found] ` <55531E73.2020405-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2015-05-13 12:05   ` Michael Kerrisk (man-pages) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-10-06 13:06 [patch] " Andrea Cervesato
2022-10-08  1:52 ` Alejandro Colomar
2020-07-20  5:59 [PATCH] " Jakub Wilk
2020-07-20  9:27 ` Michael Kerrisk (man-pages)
2020-03-11 22:56 Jakub Wilk
2020-03-12  5:41 ` Michael Kerrisk (man-pages)
2017-10-08 15:53 Jakub Wilk
     [not found] ` <20171008155334.6909-1-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
2017-10-08 18:50   ` Michael Kerrisk (man-pages)
2016-08-07 10:47 Jakub Wilk
     [not found] ` <1470566838-8148-1-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
2016-08-07 17:47   ` Michael Kerrisk (man-pages)
2014-02-01 18:22 David Prévot
     [not found] ` <1391278965-26411-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
2014-02-04  9:02   ` Michael Kerrisk (man-pages)
2013-03-29 21:55 David Prévot
     [not found] ` <1364594142-24998-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
2013-04-01  6:25   ` Michael Kerrisk (man-pages)
2012-12-23 13:16 David Prévot
     [not found] ` <1356268602-15896-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
2012-12-23 17:52   ` Michael Kerrisk (man-pages)
2012-11-03 22:53 Simon Paillard
     [not found] ` <1351983187-7963-1-git-send-email-spaillard-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
2012-11-05 16:17   ` Michael Kerrisk (man-pages)
2012-10-20 19:44 David Prévot
     [not found] ` <1350762298-6184-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
2012-10-21  6:41   ` Michael Kerrisk (man-pages)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=55533E25.5000205@gmail.com \
    --to=mtk.manpages-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
    --cc=linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=myllynen-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).