From: Michael Kerrisk Date: Sun, 20 Jun 2021 03:54:10 +0000 (+1200) Subject: mount.2: Minor fixes to Topi Miettinen's patch X-Git-Tag: man-pages-5.12~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9593da4de34dfadfcb68ce066b95e18cee0e8775;p=thirdparty%2Fman-pages.git mount.2: Minor fixes to Topi Miettinen's patch Signed-off-by: Michael Kerrisk --- diff --git a/man2/mount.2 b/man2/mount.2 index d7d5b2ad47..3a8eb560e4 100644 --- a/man2/mount.2 +++ b/man2/mount.2 @@ -220,9 +220,13 @@ Do not allow programs to be executed from this filesystem. .TP .B MS_NOSUID Do not honor set-user-ID and set-group-ID bits or file capabilities -when executing programs from this filesystem. In addition, SELinux domain -transitions require permission nosuid_transition, which in turn needs -also policy capability nnp_nosuid_transition. +when executing programs from this filesystem. +In addition, SELinux domain +transitions require the permission +.IR nosuid_transition , +which in turn needs +also the policy capability +.IR nnp_nosuid_transition . .\" (This is a security feature to prevent users executing set-user-ID and .\" set-group-ID programs from removable disk devices.) .TP