Received: by 2002:a25:e7d8:0:0:0:0:0 with SMTP id e207csp1679029ybh; Sun, 15 Mar 2020 08:26:43 -0700 (PDT) X-Google-Smtp-Source: ADFU+vvCqXTMNZ7fYreHRBKD1DfRISvebN0Hf48+8E5zlyO8TwRMIOzH4nVxJQN5jZjOaOpnJh/E X-Received: by 2002:aca:f183:: with SMTP id p125mr7676349oih.74.1584286003640; Sun, 15 Mar 2020 08:26:43 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1584286003; cv=none; d=google.com; s=arc-20160816; b=AJzpWiqaSi7Nd0DjDbHfcXNn4uJ+hCDeJQhN7dJZE/JxQnk7wCjh4fUw4OaEmF0+xl SfXSAVw6y6vcYeMU4d3Mm4Jg5FrpuHhM6RIS+hewZdXIO5nyeCDJXlTQ/UQE0cpgZg0w oxKIBWaaLH5Z58YyNu5cToUBN6vnlsgA4f69z4jUwHbumGF3ByU34AxlTIXAHuglEdF0 WncNCLRtbGRWpXhYujNqP75berYV1O7JUds6lNi+EL7Hasebcc19Hk/jakUiOFU0aP6V EdUkPt8TS8BQE6o4xAz+B8AeIh47zZa3U/J++Tx4VbeAEQ+/Vm+09eAFR4DKKKV1K+Jw ZOzg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=S7V8gBF+pwug3Uyb04XmCMB1epNHi5odf3Azvh2EhC4=; b=jAevE8u7bHV2RwzbER10gNFPJHfMt0ic8fO/bQnm5b0Bd6KSBhkQgMV6dQzC44d073 nzlaTDmCRRpGDbjY1S9jf+i48VRqk8ZQcxYQq477FO8dgm7199Gy3zgA5e9EgPsinULo zKw/8HuVaZnciFqu9qXa5akRXVm6O7PXWKXKAz/TbpFQacb0Rhj9whgc9ZGL1NicbWUq ekhU/bzTE+jg8raa6Q02oUezJ45FJ+rQ5tPfj4zxmqdwvQJTgg0lyXaom8njCnCaXB1k BS11C8CS5FvQGHxu7/mj+1QahZZxW1J7kbsY5ihvREIZ9a3icdE0b/nQafxf9bPlXoTe 29eg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=QUARANTINE dis=NONE) header.from=gmail.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id p126si4016342oib.243.2020.03.15.08.26.32; Sun, 15 Mar 2020 08:26:43 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=QUARANTINE dis=NONE) header.from=gmail.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728958AbgCOP0F (ORCPT + 99 others); Sun, 15 Mar 2020 11:26:05 -0400 Received: from monster.unsafe.ru ([5.9.28.80]:34306 "EHLO mail.unsafe.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728860AbgCOPZ7 (ORCPT ); Sun, 15 Mar 2020 11:25:59 -0400 Received: from localhost.localdomain (ip-89-102-33-211.net.upcbroadband.cz [89.102.33.211]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.unsafe.ru (Postfix) with ESMTPSA id 77AD0C61B30; Sun, 15 Mar 2020 15:25:55 +0000 (UTC) From: Alexey Gladkov To: LKML , Kernel Hardening , Linux API , Linux FS Devel , Linux Security Module Cc: Akinobu Mita , Alexander Viro , Alexey Dobriyan , Alexey Gladkov , Andrew Morton , Andy Lutomirski , Daniel Micay , Djalal Harouni , "Dmitry V . Levin" , "Eric W . Biederman" , Greg Kroah-Hartman , Ingo Molnar , "J . Bruce Fields" , Jeff Layton , Jonathan Corbet , Kees Cook , Linus Torvalds , Oleg Nesterov Subject: [PATCH v9 6/8] docs: proc: add documentation for "hidepid=4" and "subset=pidfs" options and new mount behavior Date: Sun, 15 Mar 2020 16:25:21 +0100 Message-Id: <2aae4cf84475dc07cb6067139f08d9b1d9a5262b.1584285253.git.gladkov.alexey@gmail.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Signed-off-by: Alexey Gladkov --- Documentation/filesystems/proc.txt | 53 ++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) diff --git a/Documentation/filesystems/proc.txt b/Documentation/filesystems/proc.txt index 99ca040e3f90..4741fd092f36 100644 --- a/Documentation/filesystems/proc.txt +++ b/Documentation/filesystems/proc.txt @@ -50,6 +50,8 @@ Table of Contents 4 Configuring procfs 4.1 Mount options + 5 Filesystem behavior + ------------------------------------------------------------------------------ Preface ------------------------------------------------------------------------------ @@ -2021,6 +2023,7 @@ The following mount options are supported: hidepid= Set /proc// access mode. gid= Set the group authorized to learn processes information. + subset= Show only the specified subset of procfs. hidepid=0 means classic mode - everybody may access all /proc// directories (default). @@ -2042,6 +2045,56 @@ information about running processes, whether some daemon runs with elevated privileges, whether other user runs some sensitive program, whether other users run any program at all, etc. +hidepid=4 means that procfs should only contain /proc// directories +that the caller can ptrace. + gid= defines a group authorized to learn processes information otherwise prohibited by hidepid=. If you use some daemon like identd which needs to learn information about processes information, just add identd to this group. + +subset=pidfs hides all top level files and directories in the procfs that +are not related to tasks. + +------------------------------------------------------------------------------ +5 Filesystem behavior +------------------------------------------------------------------------------ + +Originally, before the advent of pid namepsace, procfs was a global file +system. It means that there was only one procfs instance in the system. + +When pid namespace was added, a separate procfs instance was mounted in +each pid namespace. So, procfs mount options are global among all +mountpoints within the same namespace. + +# grep ^proc /proc/mounts +proc /proc proc rw,relatime,hidepid=2 0 0 + +# strace -e mount mount -o hidepid=1 -t proc proc /tmp/proc +mount("proc", "/tmp/proc", "proc", 0, "hidepid=1") = 0 ++++ exited with 0 +++ + +# grep ^proc /proc/mounts +proc /proc proc rw,relatime,hidepid=2 0 0 +proc /tmp/proc proc rw,relatime,hidepid=2 0 0 + +and only after remounting procfs mount options will change at all +mountpoints. + +# mount -o remount,hidepid=1 -t proc proc /tmp/proc + +# grep ^proc /proc/mounts +proc /proc proc rw,relatime,hidepid=1 0 0 +proc /tmp/proc proc rw,relatime,hidepid=1 0 0 + +This behavior is different from the behavior of other filesystems. + +The new procfs behavior is more like other filesystems. Each procfs mount +creates a new procfs instance. Mount options affect own procfs instance. +It means that it became possible to have several procfs instances +displaying tasks with different filtering options in one pid namespace. + +# mount -o hidepid=2 -t proc proc /proc +# mount -o hidepid=1 -t proc proc /tmp/proc +# grep ^proc /proc/mounts +proc /proc proc rw,relatime,hidepid=2 0 0 +proc /tmp/proc proc rw,relatime,hidepid=1 0 0 -- 2.25.1