Received: by 2002:a05:6a10:f3d0:0:0:0:0 with SMTP id a16csp388134pxv; Wed, 30 Jun 2021 07:52:39 -0700 (PDT) X-Google-Smtp-Source: ABdhPJywRrH9fiyL98Oyk1njj1fCmpf8sTOs6Dm1LW9R1NQ3VquxfIkWzbnacDuvNzw/qkbktTns X-Received: by 2002:a05:6402:34c1:: with SMTP id w1mr41349307edc.104.1625064759434; Wed, 30 Jun 2021 07:52:39 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1625064759; cv=none; d=google.com; s=arc-20160816; b=PGzdE4RQZ0egvd8mnYYDclVhmLZ607bZaJLXTPAFZF8Al/JXb2RSwQldfB/5KBw+L8 Q8tF+R6cPs8GgtQ0k4tu++TkfzNUZt/cNUDN7GBTswOcMgQwAVlABW8tjE5MXi8zk9qh dukpnPCG2UknbkgludA03nrGlFCE7TVzgr0gFD7NRNj/7h9NBNYtEAV0r6vrojjp1L30 /DukxpooH2xhqxQVf/JSl9C5tsLrvK700sBf1kAnG28viBtU+XN/ZgeBNzWakNBjNpj+ 1e2ZSGnB6K3ZGv54kbKkEwUaxraWe0rOAea2rBRrJTvqo80xhmBdIdmKQXmwx9JjxEsV mkfw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=kimkTqBJ9GhJpp0P8N+rDoTnwXRfPSY1isdISl5uP3g=; b=kgsT88ubtRpKid+v4MCKsS6y35RMXgoSOCgjOhv/lunrE8vsIOUmc+JoUSxAX97g93 8DH7rowC1Klr8hDXSrymvdL8BDGsHyfuKdVt/Z2FFtFYzHKpjw7If7zIIX7GED4SSKcy EDhk97XVS4LToQfWGwZzeojweyzAPSp4lWdVVKY9fTYlaehIAkunXvM8u5tV37BcX6bW MDN7m0mx8vyg993x9NIBg8qqB2wvt4GFdpoLs4Yk4zryEQ9MeftX3UtJixA0oP+FBoNN MuhAgiHLd4Gti4Y54VljRBhvTuvYkvzAlT7gv5OIrSZuZw3RcVauWRnG5uVDObs5SFI2 0hvQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id i13si15496651edc.194.2021.06.30.07.52.15; Wed, 30 Jun 2021 07:52:39 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235878AbhF3Oup (ORCPT + 99 others); Wed, 30 Jun 2021 10:50:45 -0400 Received: from outgoing-auth-1.mit.edu ([18.9.28.11]:48599 "EHLO outgoing.mit.edu" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S235715AbhF3OuT (ORCPT ); Wed, 30 Jun 2021 10:50:19 -0400 Received: from cwcc.thunk.org (pool-72-74-133-215.bstnma.fios.verizon.net [72.74.133.215]) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id 15UEld0I027764 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 30 Jun 2021 10:47:40 -0400 Received: by cwcc.thunk.org (Postfix, from userid 15806) id 8FD6615C3C8E; Wed, 30 Jun 2021 10:47:39 -0400 (EDT) Date: Wed, 30 Jun 2021 10:47:39 -0400 From: "Theodore Ts'o" To: "Dr. David Alan Gilbert" Cc: Daniel Walsh , Vivek Goyal , Casey Schaufler , "Schaufler, Casey" , "linux-fsdevel@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "viro@zeniv.linux.org.uk" , "virtio-fs@redhat.com" , "berrange@redhat.com" , linux-security-module , "selinux@vger.kernel.org" Subject: Re: [RFC PATCH 0/1] xattr: Allow user.* xattr on symlink/special files if caller has CAP_SYS_RESOURCE Message-ID: References: <20210629152007.GC5231@redhat.com> <78663f5c-d2fd-747a-48e3-0c5fd8b40332@schaufler-ca.com> <20210629173530.GD5231@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jun 30, 2021 at 09:07:56AM +0100, Dr. David Alan Gilbert wrote: > * Theodore Ts'o (tytso@mit.edu) wrote: > > On Tue, Jun 29, 2021 at 04:28:24PM -0400, Daniel Walsh wrote: > > > All this conversation is great, and I look forward to a better solution, but > > > if we go back to the patch, it was to fix an issue where the kernel is > > > requiring CAP_SYS_ADMIN for writing user Xattrs on link files and other > > > special files. > > > > > > The documented reason for this is to prevent the users from using XATTRS to > > > avoid quota. > > > > Huh? Where is it so documented? > > man xattr(7): > The file permission bits of regular files and directories are > interpreted differently from the file permission bits of special > files and symbolic links. For regular files and directories the > file permission bits define access to the file's contents, > while for device special files they define access to the device > described by the special file. The file permissions of symbolic > links are not used in access checks. All of this is true... > *** These differences would > allow users to consume filesystem resources in a way not > controllable by disk quotas for group or world writable special > files and directories.**** Anyone with group write access to a regular file can append to the file, and the blocks written will be charged the owner of the file. So it's perfectly "controllable" by the quota system; if you have group write access to a file, you can charge against the user's quota. This is Working As Intended. And the creation of device special files take the umask into account, just like regular files, so if you have a umask that allows newly created files to be group writeable, the same issue would occur for regular files as device files. Given that most users have a umask of 0077 or 0022, this is generally Not A Problem. I think I see the issue which drove the above text, though, which is that Linux's syscall(2) is creating symlinks which do not take umask into account; that is, the permissions are always mode ST_IFLNK|0777. Hence, it might be that the right answer is to remove this fairly arbitrary restriction entirely, and change symlink(2) so that it creates files which respects the umask. Posix and SUS doesn't specify what the permissions are that are used, and historically (before the advent of xattrs) I suspect since it didn't matter, no one cared about whether or not umask was applied. Some people might object to such a change arguing that with pre-existing file systems where there are symlinks which world-writeable, this might cause people to be able to charge up to 32k (or whatever the maximum size of the xattr supported by the file system) for each symlink. However, (a) very few people actually use quotas, and this would only be an issue for those users, and (b) the amount of quota "abuse" that could be carried out this way is small enough that I'm not sure it matters. - Ted