From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B4C20C433EF for ; Tue, 15 Feb 2022 23:09:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232085AbiBOXKG (ORCPT ); Tue, 15 Feb 2022 18:10:06 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:44634 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229729AbiBOXKF (ORCPT ); Tue, 15 Feb 2022 18:10:05 -0500 Received: from ms.lwn.net (ms.lwn.net [IPv6:2600:3c01:e000:3a1::42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 46A93F7454; Tue, 15 Feb 2022 15:09:54 -0800 (PST) Received: from localhost (unknown [IPv6:2601:281:8300:104d::5f6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id A220B35F; Tue, 15 Feb 2022 23:09:53 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 ms.lwn.net A220B35F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lwn.net; s=20201203; t=1644966593; bh=maBWfkLJ9FQZgucG+ecBwq9+6hnMLANDC8Yj+/9A3q0=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=EoKvGIJ2w8H67HH5GSyebp8pVmafnkQYbsC7nFuYlFtk2FwwCFzd2RpDG4by7GZaN wLXoNeoKWVyQsCI8fuGm7xOKU1xsHNeC90WQrXZbHYWBRdm57/+g5CAtQnGu4kC0iZ JsaV2JiI4Qh2Sx5MGG6lhWI9X24frzlRVSQNuWSaabrRsGtim35okS6b6RIvRwey8B W/iewqouVq6EbzB5amsU+GarPDsRO2AaUQg7F8y5m0cvR/PEwiBmJ622+XhfzeAG3U A5fl9D2gYbqRqHa/BiwkMlOe9rzXzSbvo4I0FxI+NkENyPkjqHmb/H5XQcTXlXn1t8 0a/FRE7t66WtQ== From: Jonathan Corbet To: Akira Yokosawa Cc: linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, Akira Yokosawa Subject: Re: [PATCH] docs: Makefile: Add -no-shell-escape option to LATEXOPTS In-Reply-To: <52112481-29af-1f8c-b82c-3519582e9850@gmail.com> References: <519bd2d9-1bee-03e1-eeb4-d9883c18be0c@gmail.com> <87zgmybofe.fsf@meer.lwn.net> <52112481-29af-1f8c-b82c-3519582e9850@gmail.com> Date: Tue, 15 Feb 2022 16:09:53 -0700 Message-ID: <87wnhv7mm6.fsf@meer.lwn.net> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org Akira Yokosawa writes: > I don't think the "restricted \write18 enabled" mode permits *arbitrary* > shell commands. This is different from adding -shell-escape, rather the > default option is -shell-restricted. In this mode, only those commands > listed by "kpsewhich -var-value=shell_escape_commands" are allowed. Ah, OK, I stand corrected on that, thanks. It's still worth turning off, but it wasn't quite as bad as I'd feared. Now that I've thoroughly showed my ignorance I think I'll just go get busy with something else..:) Thanks, jon