From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 711 invoked from network); 16 Sep 1998 05:12:43 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 16 Sep 1998 05:12:43 -0000 Received: (from list@localhost) by math.gatech.edu (8.9.1/8.9.1) id BAA28492; Wed, 16 Sep 1998 01:04:58 -0400 (EDT) Resent-Date: Wed, 16 Sep 1998 01:01:07 -0400 (EDT) From: Zoltan Hidvegi Message-Id: <199809160504.AAA05741@hzoli.home> Subject: Re: 3.1.4 and su In-Reply-To: <980915195634.ZM4983@candle.brasslantern.com> from Bart Schaefer at "Sep 15, 98 07:56:34 pm" To: zsh-users@math.gatech.edu Date: Wed, 16 Sep 1998 00:04:18 -0500 (CDT) X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Resent-Message-ID: <"JineD1.0.Ww6.JOq_r"@math> Resent-From: zsh-users@math.gatech.edu X-Mailing-List: archive/latest/1810 X-Loop: zsh-users@math.gatech.edu X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu > 3.1.4 automatically puts itself in "priveleged" state when UID and EUID > are not equivalent. That causes it to skip sourcing $HOME/.zshrc et. al. > 3.0.5 has no notion of "priveleged" and always sources the init files. 3.0.5 does have privileged mode, and it does skip user startup files when UID != EUID. Perhaps you confused this with restricted mode, which is new in 3.1.x. Zoli