From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28251 invoked by alias); 17 Mar 2015 15:52:53 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 34729 Received: (qmail 16465 invoked from network); 17 Mar 2015 15:52:38 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:message-id:date:in-reply-to:comments :references:to:subject:mime-version:content-type; bh=cs4Xawd6+vC+QHwO/6WDps06X/HbK6XoAn3oXB8eZE8=; b=XXFRdxWgpk3uFwf1kaoYK0Cq7ZEIsHBQhw5TCMZNgVn+VNdwoy+VXSEb3aB4i2d2R6 9ut/GaOc54JcYmopObmJJVO1WozY/xJ1OC0hDiAgigqry/1UV4japxdS/BmrsTyRBUX4 IhT/XIHtJy1fHnmxNtFQR9W8byfNG3/ZUa6+L9un1suHPikL2ksB+b7cCCoYWqlDNUnl PmK4HZzxHjb73sI0+oyAnCm71JADLxFod7TYR2dKEx7+fPT1JTBf+vqBw/0JvhyjyTsx 7N10mL8LNWgNPIm49EKx/zOFdfv3p9ekSG440vbssl2c4N/3g6eEuba/se1QWIDZvHdl Ehbg== X-Gm-Message-State: ALoCoQkz1yr/t0rcp5ip/yDlYHwcNJroR25OeECZsLEiJBD3t96sD6a6LfXmq2ftPWcb6ZvswHVY X-Received: by 10.182.227.132 with SMTP id sa4mr53958308obc.40.1426607556719; Tue, 17 Mar 2015 08:52:36 -0700 (PDT) From: Bart Schaefer Message-Id: <150317085233.ZM16331@torch.brasslantern.com> Date: Tue, 17 Mar 2015 08:52:33 -0700 In-Reply-To: <20150316171312.40dbec76@pwslap01u.europe.root.pri> Comments: In reply to Peter Stephenson "Re: fndir introspection, site-packages documentation" (Mar 16, 5:13pm) References: <20150313224121.GO4524@isis.sigpipe.cz> <150313203904.ZM25016@torch.brasslantern.com> <20150315021436.GQ4524@isis.sigpipe.cz> <150315121447.ZM27996@torch.brasslantern.com> <20150316080819.GR4524@isis.sigpipe.cz> <150316090829.ZM15335@torch.brasslantern.com> <20150316171312.40dbec76@pwslap01u.europe.root.pri> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-workers@zsh.org Subject: Re: fndir introspection, site-packages documentation MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Mar 16, 5:13pm, Peter Stephenson wrote: } Subject: Re: fndir introspection, site-packages documentation } } On Mon, 16 Mar 2015 09:08:29 -0700 } Bart Schaefer wrote: } > I will } > however note that I think --disable-site-fndir ought to do exactly that, } > and the documentation blurb is what needs fixing. If the shell is being } > configured for some kind of secure/embedded environment, removing all } > access to locally added functions is perfectly reasonable. } } Yes, that seems right. OK, but that's not actually what happens if you change the --prefix. You can't currently get both a different prefix and no extra directory in fpath.