linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [TYPO] SafeSetID.rst: Remove spurious '???' characters
@ 2019-10-11  3:36 Christian Kujau
  2019-10-11 16:00 ` Jonathan Corbet
  0 siblings, 1 reply; 3+ messages in thread
From: Christian Kujau @ 2019-10-11  3:36 UTC (permalink / raw)
  To: Micah Morton, Jonathan Corbet, linux-doc, linux-kernel

While reading SafeSetID.rst I stumbled across those things. This patch 
removes these spurious '???' characters.
    
Signed-off-by: Christian Kujau <lists@nerdbynature.de>

diff --git a/Documentation/admin-guide/LSM/SafeSetID.rst b/Documentation/admin-guide/LSM/SafeSetID.rst
index 212434ef65ad..7bff07ce4fdd 100644
--- a/Documentation/admin-guide/LSM/SafeSetID.rst
+++ b/Documentation/admin-guide/LSM/SafeSetID.rst
@@ -56,7 +56,7 @@ setid capabilities from the application completely and refactor the process
 spawning semantics in the application (e.g. by using a privileged helper program
 to do process spawning and UID/GID transitions). Unfortunately, there are a
 number of semantics around process spawning that would be affected by this, such
-as fork() calls where the program doesn???t immediately call exec() after the
+as fork() calls where the program doesn't immediately call exec() after the
 fork(), parent processes specifying custom environment variables or command line
 args for spawned child processes, or inheritance of file handles across a
 fork()/exec(). Because of this, as solution that uses a privileged helper in
@@ -72,7 +72,7 @@ own user namespace, and only approved UIDs/GIDs could be mapped back to the
 initial system user namespace, affectively preventing privilege escalation.
 Unfortunately, it is not generally feasible to use user namespaces in isolation,
 without pairing them with other namespace types, which is not always an option.
-Linux checks for capabilities based off of the user namespace that ???owns??? some
+Linux checks for capabilities based off of the user namespace that "owns" some
 entity. For example, Linux has the notion that network namespaces are owned by
 the user namespace in which they were created. A consequence of this is that
 capability checks for access to a given network namespace are done by checking

-- 
BOFH excuse #451:

astropneumatic oscillations in the water-cooling

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

* Re: [TYPO] SafeSetID.rst: Remove spurious '???' characters
  2019-10-11  3:36 [TYPO] SafeSetID.rst: Remove spurious '???' characters Christian Kujau
@ 2019-10-11 16:00 ` Jonathan Corbet
  2019-10-11 16:23   ` Micah Morton
  0 siblings, 1 reply; 3+ messages in thread
From: Jonathan Corbet @ 2019-10-11 16:00 UTC (permalink / raw)
  To: Christian Kujau; +Cc: Micah Morton, linux-doc, linux-kernel

On Thu, 10 Oct 2019 20:36:16 -0700 (PDT)
Christian Kujau <lists@nerdbynature.de> wrote:

> While reading SafeSetID.rst I stumbled across those things. This patch 
> removes these spurious '???' characters.
>     
> Signed-off-by: Christian Kujau <lists@nerdbynature.de>

I've applied this, thanks.  I did take the liberty of rewriting the
changelog to adhere to normal standards:

Author: Christian Kujau <lists@nerdbynature.de>
Date:   Thu Oct 10 20:36:16 2019 -0700

    docs: SafeSetID.rst: Remove spurious '???' characters
    
    It appears that some smart quotes were changed to "???" by even smarter
    software; change them to the dumb but legible variety.
    
    Signed-off-by: Christian Kujau <lists@nerdbynature.de>
    Signed-off-by: Jonathan Corbet <corbet@lwn.net>

Thanks,

jon

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

* Re: [TYPO] SafeSetID.rst: Remove spurious '???' characters
  2019-10-11 16:00 ` Jonathan Corbet
@ 2019-10-11 16:23   ` Micah Morton
  0 siblings, 0 replies; 3+ messages in thread
From: Micah Morton @ 2019-10-11 16:23 UTC (permalink / raw)
  To: Jonathan Corbet; +Cc: Christian Kujau, linux-doc, Linux Kernel Mailing List

Ah, thanks for this. We had this fixed in
http://kernsec.org/pipermail/linux-security-module-archive/2019-May/013525.html,
but looks like it got forgotten somehow.

On Fri, Oct 11, 2019 at 9:00 AM Jonathan Corbet <corbet@lwn.net> wrote:
>
> On Thu, 10 Oct 2019 20:36:16 -0700 (PDT)
> Christian Kujau <lists@nerdbynature.de> wrote:
>
> > While reading SafeSetID.rst I stumbled across those things. This patch
> > removes these spurious '???' characters.
> >
> > Signed-off-by: Christian Kujau <lists@nerdbynature.de>
>
> I've applied this, thanks.  I did take the liberty of rewriting the
> changelog to adhere to normal standards:
>
> Author: Christian Kujau <lists@nerdbynature.de>
> Date:   Thu Oct 10 20:36:16 2019 -0700
>
>     docs: SafeSetID.rst: Remove spurious '???' characters
>
>     It appears that some smart quotes were changed to "???" by even smarter
>     software; change them to the dumb but legible variety.
>
>     Signed-off-by: Christian Kujau <lists@nerdbynature.de>
>     Signed-off-by: Jonathan Corbet <corbet@lwn.net>
>
> Thanks,
>
> jon

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

end of thread, other threads:[~2019-10-11 16:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-11  3:36 [TYPO] SafeSetID.rst: Remove spurious '???' characters Christian Kujau
2019-10-11 16:00 ` Jonathan Corbet
2019-10-11 16:23   ` Micah Morton

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