From b1a0e87831c3f580963f53cea34cd4c7047eaeac Mon Sep 17 00:00:00 2001 From: "Andrew G. Morgan" Date: Wed, 29 May 2002 04:51:07 +0000 Subject: Relevant BUGIDs: 490938, 409852 Purpose of commit: debugging Commit summary: --------------- Added a simple wrapper to make it easier to test xsh with the sandbox libraries (no help with modules - besides editing your personal pam.d/xsh file). --- examples/wrap_xsh.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 examples/wrap_xsh.sh (limited to 'examples') diff --git a/examples/wrap_xsh.sh b/examples/wrap_xsh.sh new file mode 100755 index 00000000..af01697e --- /dev/null +++ b/examples/wrap_xsh.sh @@ -0,0 +1,5 @@ +#!/bin/bash +export LD_PRELOAD=../libpam/libpam.so:../libpam_misc/libpam_misc.so +ldd ./xsh +./xsh "$@" + -- cgit v1.2.3