Subject: Re: xsystrace for x.org?
To: None <netbsd-users@netbsd.org>
From: Geert Hendrickx <geert.hendrickx@ua.ac.be>
List: netbsd-users
Date: 09/13/2005 15:18:14
On Tue, Sep 13, 2005 at 02:49:12PM +0200, Geert Hendrickx wrote:
> > > On Mon, Sep 12, 2005 at 10:24:24AM +0200, fab wrote:
> > > > pkgsrc/security/gtk-systrace is your friend :)
>
> I installed gtk-systrace from pkgsrc, and created the symlink as instructed
> by the pkg's MESSAGE:
>
> > To use the GTK frontend with systrace, do
> >
> > $ cd /usr/pkg/xorg/bin && ln -s ${PREFIX}/bin/notification xsystrace
> >
> > You might need to remove/backup a previously existing xsystrace there.
>
> But now I get this error:
>
> > systrace: execvp: /usr/X11R6/bin/xsystrace: No such file or directory
>
> How can I tell systrace to look in my ${X11BASE} instead of /usr/X11R6 by
> default? (I don't have /usr/X11R6 since I use xorg from pkgsrc.)
>
> e.g. with ssh-add, I can set SSH_ASKPASS to the version under /usr/pkg/.
>
> GH
Aha, the systrace -g flag can be used to point to an alternative xsystrace.
GH