warning: not using untrusted file
Aleksey Midenkov
midenok@gmail.com
Wed Jul 2 08:22:00 GMT 2014
On Tue, Jul 1, 2014 at 7:46 PM, Eli Zaretskii <eliz@gnu.org> wrote:
>> From: Aleksey Midenkov <midenok@gmail.com>
>> Date: Tue, 1 Jul 2014 18:01:15 +0400
>>
>> When I start gdb under sudo, I get this message:
>>
>> warning: not using untrusted file "/home/midenok/.gdbinit"
>>
>> Any easy way to overcome this?
>
> See the node "Auto-loading safe path" in the GDB manual.
It doesn't work.
# gdb
warning: not using untrusted file "/home/midenok/.gdbinit"
(gdb) show auto-load safe-path
List of directories from which it is safe to auto-load files is /home/*.
(gdb)
I also tried other variants:
/home/midenok
/home/midenok/
/home/midenok/.gdbinit
Nothing works!
More information about the Gdb
mailing list