From owner-freebsd-security@FreeBSD.ORG Sun Apr 20 20:32:41 2008 Return-Path: Delivered-To: freebsd-security@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 221E4106564A for ; Sun, 20 Apr 2008 20:32:41 +0000 (UTC) (envelope-from minimarmot@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.240]) by mx1.freebsd.org (Postfix) with ESMTP id D0CE28FC0A for ; Sun, 20 Apr 2008 20:32:40 +0000 (UTC) (envelope-from minimarmot@gmail.com) Received: by an-out-0708.google.com with SMTP id c14so437373anc.13 for ; Sun, 20 Apr 2008 13:32:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=rtWouFSxYHk/2fqPXJnXAOlPCshda54kQw1MD4HE3wk=; b=vBgnFF2X+Iv8NOOnFPGnlyQqxhtTI8okRVL1SGMfV7zmqWiHELLM4cYMSC8lkQKBwU02hk5RS32oYNSjhzWVfKfm0qz39scopJKE6gZuHrj/HLg1YuusidOAI3lk/6qrShKNoPObQDwFQsooHRi/8dBt4ZDTkmmrRgqg3BMK41I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=sbqzakAf22rV3Avs2edUbx6IwmiRXt3HwqdrGzvmzLn1RDO4X4NwLi0FXiG18cDIa3Gij4/37AQh/NSxkjQvYG0VG79Vlpa5DXuB6wCO4YD+NbmH272R5MnO7fiAji7L7rW0yXDseKxyd9+5aVoaUSgV4mDBiLa/YS70oNi7a2E= Received: by 10.100.41.9 with SMTP id o9mr10543108ano.42.1208723560111; Sun, 20 Apr 2008 13:32:40 -0700 (PDT) Received: by 10.100.214.9 with HTTP; Sun, 20 Apr 2008 13:32:40 -0700 (PDT) Message-ID: <47d0403c0804201332y746d79e9x741a5605ddde1e@mail.gmail.com> Date: Sun, 20 Apr 2008 16:32:40 -0400 From: "Ben Kaduk" To: "William O. Yates" In-Reply-To: <1208717847.18770@ns3.tru2life.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1208717847.18770@ns3.tru2life.net> Cc: freebsd-security@freebsd.org Subject: Re: vi secure X-BeenThere: freebsd-security@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Security issues \[members-only posting\]" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Apr 2008 20:32:41 -0000 On 4/20/08, William O. Yates wrote: > Recently started using vi macros. > > When attempting to use one which accessed the external shell, got the following message: > > "The ! command is not supported when the secure edit option is set." > Are you running vi as root? I believe that will automatically set secure mode. -Ben Kaduk