From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.4 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,UNPARSEABLE_RELAY autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 27414 invoked from network); 28 Mar 2021 10:58:07 -0000 Received: from zero.zsh.org (2a02:898:31:0:48:4558:7a:7368) by inbox.vuxu.org with ESMTPUTF8; 28 Mar 2021 10:58:07 -0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=zsh.org; s=rsa-20200801; h=List-Archive:List-Owner:List-Post:List-Unsubscribe: List-Subscribe:List-Help:List-Id:Sender:Message-ID:Date: Content-Transfer-Encoding:Content-ID:Content-Type:MIME-Version:Subject:To: References:From:In-reply-to:Reply-To:Cc:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID; bh=lHpyXsqjKBFMr9Cy6IDC7uRougCJdpFvIBMmK2iU8wQ=; b=QHPVvpDvDhPkpW+w6eN8f+3rJd x1n1Uk41bZcgSXjwEQL79eyCLoli6UHppff63mnWF36t3327r3OzA/+qNPdZt9XWzRPJNNuc9BZFD UeWliAFPhx0M9oN+zM7x7EF835ehFsbpTMKKHCfyASo63nH0cQM8y5oXQtSNhPvdwqy4ImdxYdt1Y B5oGtzwrhWmQHYFwx8xAx0dWwg4wgQjkvJ21AmZ+/OcUnL0OLpplkngFpaDbG8YaHFHnKUXgSM4hy IudZBwrMGNtySf9Mg+bmoe8FFYUa5SN4TDRNMahBk3F7dwpdZ2RKZ9ix+L27K8vpFi0+JLTUWYFOf 1Hj2Cz/g==; Received: from authenticated user by zero.zsh.org with local id 1lQT7P-0006Ct-0G; Sun, 28 Mar 2021 10:58:07 +0000 Received: from authenticated user by zero.zsh.org with esmtpsa (TLS1.3:TLS_AES_256_GCM_SHA384:256) id 1lQT73-00062w-P8; Sun, 28 Mar 2021 10:57:46 +0000 Received: from [192.168.178.21] (helo=hydra) by mail.kiddle.eu with esmtp(Exim 4.93.0.4) (envelope-from ) id 1lQT71-000GkP-3Y; Sun, 28 Mar 2021 12:57:43 +0200 In-reply-to: <74c94d61-7eb0-467a-aeea-b47ae636c289@www.fastmail.com> From: Oliver Kiddle References: <20210321130131.1667276-1-ar@cs.msu.ru> <74c94d61-7eb0-467a-aeea-b47ae636c289@www.fastmail.com> To: zsh-workers@zsh.org, "Arseny Maslennikov" Subject: Re: =?UTF-8?Q?Re:_[PATCH_v2_1/3]_Introduce_new_completion_for_Linux_task_cap?= =?UTF-8?Q?abilities?= MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-ID: <64379.1616929063.1@hydra> Content-Transfer-Encoding: 8bit Date: Sun, 28 Mar 2021 12:57:43 +0200 Message-ID: <64380-1616929063.107376@GUiZ.fSqT.1QYU> X-Seq: 48286 Archived-At: X-Loop: zsh-workers@zsh.org Errors-To: zsh-workers-owner@zsh.org Precedence: list Precedence: bulk Sender: zsh-workers-request@zsh.org X-no-archive: yes List-Id: List-Help: List-Subscribe: List-Unsubscribe: List-Post: List-Owner: List-Archive: Archived-At: Lawrence Velázquez wrote: > On Sun, Mar 21, 2021, at 9:01 AM, Arseny Maslennikov wrote: > > This is intended for use on Linux-based systems only. > > > > The next patch introduces a completion for setpriv(1), which actively > ping for review I've committed the updated versions of these patches. Thanks Arseny for contributing the functions and for dealing with our comments. If anyone has further comments, they can be handled with additional patches on top. I tweaked _setpriv in accordance with the point Mikael made about brace expansion being pointless for {+,-}. That's in workers/48221 but worryingly, that sequence number got somehow duplicated. Oliver