diff options
Diffstat (limited to 'init-sh/custom.sh')
-rwxr-xr-x | init-sh/custom.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/init-sh/custom.sh b/init-sh/custom.sh index 8707965..7cbf578 100755 --- a/init-sh/custom.sh +++ b/init-sh/custom.sh @@ -84,8 +84,7 @@ echo "this is done by searching in the stack frame the one which contain the" echo "destination address, and by substracting the frame address to the destination buffer one" WaitAnswer; clear if [[ ${answer} == yes ]]; then - AddRules "export LD_PRELOAD=/usr/lib/libsafe.so.1.3" /etc/profile - AddRules "export LD_PRELOAD=/usr/lib/libsafe.so.1.3" /etc/zprofile + AddRules "/lib/libsafe.so.1.3" /etc/ld.so.preload fi fi |