From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 17 Sep 2020 18:09:53 +0300 From: "Vladimir D. Seleznev" To: ALT Linux Team development discussions Message-ID: <20200917150953.GA61473@portlab> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200917131236.GK286846@cello> User-Agent: Mutt/1.10.1 (2018-07-13) Cc: arseny@altlinux.org, Alex Gladkov , ldv@altlinux.org Subject: Re: [devel] [PATCH hasher-priv v1 1/3] Makefile X-BeenThere: devel@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: ALT Linux Team development discussions List-Id: ALT Linux Team development discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Sep 2020 15:09:54 -0000 Archived-At: List-Archive: List-Post: On Thu, Sep 17, 2020 at 04:12:36PM +0300, Arseny Maslennikov wrote: > On Fri, Dec 13, 2019 at 12:42:03PM +0100, Alex Gladkov wrote: > > diff --git a/hasher-priv/Makefile b/hasher-priv/Makefile > > index a815e9e..82aa385 100644 > > --- a/hasher-priv/Makefile > > +++ b/hasher-priv/Makefile > > @@ -11,7 +11,7 @@ VERSION = $(shell sed '/^Version: */!d;s///;q' hasher-priv.spec) > > HELPERS = getconf.sh getugid1.sh chrootuid1.sh getugid2.sh chrootuid2.sh > > MAN5PAGES = $(PROJECT).conf.5 > > MAN8PAGES = $(PROJECT).8 hasher-useradd.8 > > -TARGETS = $(PROJECT) hasher-useradd $(HELPERS) $(MAN5PAGES) $(MAN8PAGES) > > +TARGETS = $(PROJECT) hasher-privd hasher-useradd $(HELPERS) $(MAN5PAGES) $(MAN8PAGES) > > To everyone: While the name "hasher-privd" minimises the amount of > renaming we have to do, it is too long a name, given that /proc/%d/comm > for each task is up to 16 bytes long on Linux, and is too easy to > confuse with hasher-priv, the client invoker program. > > How about hasherd? hshd is too easily confused with sshd. > hasher-priv can then be mnemonised as "hasher-request-priv-operation", > hsh is the user frontend, and hasherd is the daemon. hshprivd? -- WBR, Vladimir D. Seleznev