From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23547 invoked by alias); 11 May 2012 18:30:28 -0000 Received: (qmail 23419 invoked by uid 22791); 11 May 2012 18:30:25 -0000 X-SWARE-Spam-Status: No, hits=-6.2 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 11 May 2012 18:30:07 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q4BITjsM013742 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 11 May 2012 14:29:46 -0400 Received: from host2.jankratochvil.net (ovpn-116-17.ams2.redhat.com [10.36.116.17]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q4BITgxu016369 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Fri, 11 May 2012 14:29:44 -0400 Date: Fri, 11 May 2012 18:30:00 -0000 From: Jan Kratochvil To: Joel Brobecker Cc: Pedro Alves , gdb-patches@sourceware.org Subject: Re: [patch 1/2] Provide $ddir substitution for --with-auto-load-safe-path Message-ID: <20120511182941.GF21798@host2.jankratochvil.net> References: <20120509154640.GA12692@host2.jankratochvil.net> <4FAD56BE.7090703@redhat.com> <20120511181913.GD5886@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120511181913.GD5886@adacore.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-05/txt/msg00429.txt.bz2 On Fri, 11 May 2012 20:19:13 +0200, Joel Brobecker wrote: > Yeah - that's why I suggested a boolean setting instead. [ replied elsewhere ] > it fits well with the new setting "auto-load script-dir" which is a list of > directories where scripts are implicitly considered as safe. (a) It is called "set auto-load scripts-directory". (To match the plural of "set auto-load gdb-scripts" and "set auto-load python-scripts".) (b) (gdb) help set auto-load scripts-directory [...] Directories listed here need to be present also in the 'set auto-load safe-path' option. I find violation of security coherency if there exists "set auto-load safe-path" to permit loading files from also other location. Thanks, Jan