Received: by 10.223.164.202 with SMTP id h10csp4703414wrb; Wed, 29 Nov 2017 10:26:08 -0800 (PST) X-Google-Smtp-Source: AGs4zMZ2gosuuB0f3gtwB8Fqblxt6lEZaVcUlhXHdpr03tMtJpPaxoXSnd2MSj5X7ngRl7kpSkI2 X-Received: by 10.84.232.200 with SMTP id x8mr3711726plm.101.1511979968076; Wed, 29 Nov 2017 10:26:08 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1511979968; cv=none; d=google.com; s=arc-20160816; b=uB5wvEsdgSbJncysvUCVHy6DiU8ZTfGuv9FNzVCCk8fa+r/xR/+dCfaYQFcCHY2xPn OrSK2sX9z6sH2pl8uQO6D64uCOUT1RlVFJmwyQyF32WguE//TYUKpKbiGI8Pd89x1lzO Cw29hSxT+SmN9Fxtek6H5j/WObOT46/NCg4fx2xlhC58b2A+PTEun6vW2aooCY1A3Ted 14YwDqPg92KpUbf7y3ajD9hjhY9DFz68uY++QSHWdIRqQbMxYc7d7a50ZfgrJfLTAgZB vu/nmkHO/x8xyQ9sgnws9IDVW9VL1O5k6c3OVUckt8adL2i6DACVbOeA4UuSqAhm3J+0 SF5Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=lszQ4H8Klaqzoh6VXE2LOO0a2dbI6mIj2hxcSLuUQGU=; b=HSlsuJfgPEdvYtphSSmURhcsf/mLpCT4StVerSuo5Bie3ShmEpH71QHOP2Yo+ZHIF5 9RDgEireg2c1JYml4sDoJnL9S8pFTYZfbwuStNNEgHTw2zBzAa8JHCv+HwpH5SixTlbq Zd6O1pZTxDAke9aHhDwXLDA9CQWExceVOykSPJbad3LdoVhO37UJegT29cQstYgeG0QO BWHx/ahNdAxIlMwANHBC2rEvUaYb3vT0M6DoMlB2oEWhguMepfV5K847p3Mh3HoSRYB0 Ss3ljrULJJgjWqXQftSBXDCWMePXVzliQHsF72wCPzw2Expp38pTY8zqdfuQ12Cc63Lz X3aw== 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 i5si1582043pgq.737.2017.11.29.10.25.58; Wed, 29 Nov 2017 10:26:08 -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 S935240AbdK2R7A (ORCPT + 70 others); Wed, 29 Nov 2017 12:59:00 -0500 Received: from h2.hallyn.com ([78.46.35.8]:44378 "EHLO h2.hallyn.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935178AbdK2R6v (ORCPT ); Wed, 29 Nov 2017 12:58:51 -0500 Received: by h2.hallyn.com (Postfix, from userid 1001) id B8EC51204FA; Wed, 29 Nov 2017 11:58:49 -0600 (CST) Date: Wed, 29 Nov 2017 11:58:49 -0600 From: "Serge E. Hallyn" To: "Michael Kerrisk (man-pages)" Cc: "Serge E. Hallyn" , Amir Goldstein , Stefan Berger , "Eric W. Biederman" , Linux Containers , lkp@01.org, xiaolong.ye@intel.com, linux-kernel , Mimi Zohar , Tycho Andersen , James Bottomley , christian.brauner@mailbox.org, Vivek Goyal , LSM List , Casey Schaufler , Linux API Subject: Re: Documentation patch for namespaced file capabilities Message-ID: <20171129175849.GC14545@mail.hallyn.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Michael Kerrisk (man-pages) (mtk.manpages@gmail.com): > Hi Serge, > > At the moment man-pages lacks documentation of the namespaced file > capability feature that you added with commit > 8db6c34f1dbc8e06aa016a9b829b06902c3e1340. Would you be able to send a > patch describing the feature? Sorry. I'm adding this to my todo list, so I should get to it soon. > Presumably, the patch would be for the capabilities(7) page (or > perhaps for the user_namespaces(7) page, if that seems more > appropriate), As well as documenting the semantics, it would be good > to include an example or two of the notation that is used for the > xattr names. > > Presumably also there will be some changes in userspace tools > (setcap/getcap?). Do you know anything about what's happening there? > > Cheers, > > Michael > > > -- > Michael Kerrisk > Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ > Linux/UNIX System Programming Training: http://man7.org/training/ From 1584601720089894594@xxx Mon Nov 20 16:06:02 +0000 2017 X-GM-THRID: 1584577280301557999 X-Gmail-Labels: Inbox,Category Forums,HistoricalUnread