From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 971C56DE15E8 for ; Sun, 18 Mar 2018 06:46:21 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[AWL=0.011, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fMzwgbZAvKPv for ; Sun, 18 Mar 2018 06:46:20 -0700 (PDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id 8BCC46DE15E0 for ; Sun, 18 Mar 2018 06:46:20 -0700 (PDT) Received: from remotemail by fethera.tethera.net with local (Exim 4.89) (envelope-from ) id 1exYdb-0008VV-Tn; Sun, 18 Mar 2018 09:46:15 -0400 Received: (nullmailer pid 31727 invoked by uid 1000); Sun, 18 Mar 2018 13:46:14 -0000 From: David Bremner To: Georg Faerber , notmuch@notmuchmail.org Subject: Re: Permissions of files created by notmuch In-Reply-To: <20180318033005.GX28151@debian> References: <20180318033005.GX28151@debian> Date: Sun, 18 Mar 2018 10:46:14 -0300 Message-ID: <87zi35lcnt.fsf@tethera.net> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Mar 2018 13:46:21 -0000 Georg Faerber writes: > Hi all, > > I'm using notmuch 0.26-1+b2 out of Debian unstable. > The files created inside .notmuch/xapian by notmuch are group and world > readable. Is this on purpose? This seems quite suboptimal, especially > if one is using the recently introduced cleartext indexing feature.. > I would expect Xapian (and hence notmuch) to use the users umask when creating those files. Are you saying that's not the case, or that you expect Xapian/notmuch to override the user's umask? d