From debbugs-submit-bounces@debbugs.gnu.org Wed Sep 02 16:18:55 2020 Received: (at 41048-done) by debbugs.gnu.org; 2 Sep 2020 20:18:55 +0000 Received: from localhost ([127.0.0.1]:60796 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kDZDb-0000DK-Br for submit@debbugs.gnu.org; Wed, 02 Sep 2020 16:18:55 -0400 Received: from eggs.gnu.org ([209.51.188.92]:51948) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kDZDW-0000D5-Po for 41048-done@debbugs.gnu.org; Wed, 02 Sep 2020 16:18:53 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:52016) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kDZDR-00088f-Ai; Wed, 02 Sep 2020 16:18:45 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=57094 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kDZDQ-0007c4-CO; Wed, 02 Sep 2020 16:18:44 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Michael Rohleder Subject: Re: [bug#41048] [PATCH] doc: add comment about ofl for Pam mount. References: <87ftch42bx.fsf@rohleder.de> <87lfhs5j3x.fsf@gnu.org> <874kogciao.fsf@rohleder.de> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 17 Fructidor an 228 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Wed, 02 Sep 2020 22:18:42 +0200 In-Reply-To: <874kogciao.fsf@rohleder.de> (Michael Rohleder's message of "Wed, 02 Sep 2020 17:25:19 +0200") Message-ID: <87y2ls2aql.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 41048-done Cc: 41048-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi Michael, Michael Rohleder skribis: > Ludovic Court=C3=A8s writes: >>> + ;; if anything above is "true": >>> + ;; (ofl "/run/current-system/profile/bin/fuser -km %(MNTPT= )") >> >> It=E2=80=99s not clear what these two lines mean. The idea is to tell u= sers to >> configure PAM Mount to use =E2=80=98fuser=E2=80=99 as a replacement for = =E2=80=98ofl=E2=80=99, right? I >> think that=E2=80=99d deserve one or two sentences of explanation. WDYT? > > Yes, that is/was the idea, because killing processes would not work > otherwise. OK. > Now that we have autofs, I don't think it's relevant any more, so we can > close it? Fine with me, done! Thanks, Ludo=E2=80=99.