Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp5928059ybv; Tue, 18 Feb 2020 06:38:22 -0800 (PST) X-Google-Smtp-Source: APXvYqxPsI2gNtMlaUZSnlcEitRDa+BeGOxdJFxhW3PR6/EfRBb3KapmUrTL78vZS9J7x2WhSMcU X-Received: by 2002:a9d:7a89:: with SMTP id l9mr15096297otn.228.1582036702745; Tue, 18 Feb 2020 06:38:22 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1582036702; cv=none; d=google.com; s=arc-20160816; b=0I2GyLJsVapevfPFrhBhUA1iGTjlKKZT3bi4h5dLWENNpOtWPE1q6EQ9UF7iJy+SyB tL9VSrkxfVMR5S4k/p3JLZO78D3smQ60H1Dhz3ocZ1PfWaL0jrXaq6toSjsrwX+Dqyfj A/Z6Q70GLaIwI5wAdxJ/RXUlM9QQKRIk4bsRC4Ubic1H0uDYsm6xq8Y6y/nNs/MjMnFI DasidyrAsS/mXOfGm8cSuLtFIyrZwl64/7/Uqab5WhVtzcIeB2yk5YhQL6yS40tTFla1 O3RpeCSlqbQfOXiL4rR3VOQxaWeeyQmEkWWfk6E+ySpMunjSmnfgAnEsQrlbsh+ErZe1 3o3g== 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=3EAiIvt0tUfcWmLoBuDYZKdsZqhMR9pnENCp3hrkAjo=; b=o9mzPOWGr8CuhlkIM1DoCYqganJx6zeDTuPWJ69ZKbC4fKpUUZFtbqcPSB4Jqhffzr Y2QOWZd750b6qyDHzpQI+TpiJFTeNil7V3nvmBUm1/om/atBIgEOEn4PM64G7rGa4hG1 MfHbMycJXt9uXnTCApuUGE9BfCARIGdC7xHgkcuFqmdJvVqFpLgDldivw75kc2Qoe20s xiDnG6b6CBh/y/EOz0Nt3bbObVARd9ycAVEtldX5NK23NNOoIs6yjS+hM5JTHXPPTTK2 JjoKCNmh22SaTP+z5ibJki0UEKgUVYAmuEmr/63B/HXO0YDLDmG2tvFv/hu+w4U03jXe r3sQ== 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id a12si7564100oie.87.2020.02.18.06.38.10; Tue, 18 Feb 2020 06:38:22 -0800 (PST) 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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726823AbgBROfg (ORCPT + 99 others); Tue, 18 Feb 2020 09:35:36 -0500 Received: from youngberry.canonical.com ([91.189.89.112]:52955 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726567AbgBROfe (ORCPT ); Tue, 18 Feb 2020 09:35:34 -0500 Received: from ip5f5bf7ec.dynamic.kabel-deutschland.de ([95.91.247.236] helo=wittgenstein.fritz.box) by youngberry.canonical.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1j43xq-0000fF-Bx; Tue, 18 Feb 2020 14:35:06 +0000 From: Christian Brauner To: =?UTF-8?q?St=C3=A9phane=20Graber?= , "Eric W. Biederman" , Aleksa Sarai , Jann Horn Cc: smbarber@chromium.org, Seth Forshee , Alexander Viro , Alexey Dobriyan , Serge Hallyn , James Morris , Kees Cook , Jonathan Corbet , Phil Estes , linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, containers@lists.linux-foundation.org, linux-security-module@vger.kernel.org, linux-api@vger.kernel.org, Christian Brauner Subject: [PATCH v3 02/25] proc: add /proc//fsuid_map Date: Tue, 18 Feb 2020 15:33:48 +0100 Message-Id: <20200218143411.2389182-3-christian.brauner@ubuntu.com> X-Mailer: git-send-email 2.25.0 In-Reply-To: <20200218143411.2389182-1-christian.brauner@ubuntu.com> References: <20200218143411.2389182-1-christian.brauner@ubuntu.com> 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 The /proc//fsuid_map file can be written once to setup an fsuid mapping for a user namespace. Writing to this file has the same restrictions as writing to /proc//fsuid_map: root@e1-vm:/# cat /proc/13023/fsuid_map 0 300000 100000 Fsid mappings have always been around. They are currently always identical to the id mappings for a user namespace. This means, currently whenever an fsid needs to be looked up the kernel will use the id mapping of the user namespace. With the introduction of fsid mappings the kernel will now lookup fsids in the fsid mappings of the user namespace. If no fsid mapping exists the kernel will continue looking up fsids in the id mappings of the user namespace. Hence, if a system supports fsid mappings through /proc//fs*id_map and a container runtime is not aware of fsid mappings it or does not use them it will it will continue to work just as before. Signed-off-by: Christian Brauner --- /* v2 */ unchanged /* v3 */ - Christian Brauner : - Fix grammar in commit message. --- fs/proc/base.c | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/fs/proc/base.c b/fs/proc/base.c index c7c64272b0fa..5fb28004663e 100644 --- a/fs/proc/base.c +++ b/fs/proc/base.c @@ -2970,6 +2970,13 @@ static int proc_projid_map_open(struct inode *inode, struct file *file) return proc_id_map_open(inode, file, &proc_projid_seq_operations); } +#ifdef CONFIG_USER_NS_FSID +static int proc_fsuid_map_open(struct inode *inode, struct file *file) +{ + return proc_id_map_open(inode, file, &proc_fsuid_seq_operations); +} +#endif + static const struct file_operations proc_uid_map_operations = { .open = proc_uid_map_open, .write = proc_uid_map_write, @@ -2994,6 +3001,16 @@ static const struct file_operations proc_projid_map_operations = { .release = proc_id_map_release, }; +#ifdef CONFIG_USER_NS_FSID +static const struct file_operations proc_fsuid_map_operations = { + .open = proc_fsuid_map_open, + .write = proc_fsuid_map_write, + .read = seq_read, + .llseek = seq_lseek, + .release = proc_id_map_release, +}; +#endif + static int proc_setgroups_open(struct inode *inode, struct file *file) { struct user_namespace *ns = NULL; @@ -3176,6 +3193,9 @@ static const struct pid_entry tgid_base_stuff[] = { ONE("io", S_IRUSR, proc_tgid_io_accounting), #endif #ifdef CONFIG_USER_NS +#ifdef CONFIG_USER_NS_FSID + REG("fsuid_map", S_IRUGO|S_IWUSR, proc_fsuid_map_operations), +#endif REG("uid_map", S_IRUGO|S_IWUSR, proc_uid_map_operations), REG("gid_map", S_IRUGO|S_IWUSR, proc_gid_map_operations), REG("projid_map", S_IRUGO|S_IWUSR, proc_projid_map_operations), -- 2.25.0