Skip to content
Snippets Groups Projects
Commit cdc83017 authored by Jason Hiser's avatar Jason Hiser :tractor:
Browse files

added path to sec-trans/lib for loading shared objects created during build

Former-commit-id: 5482f00efc807f38170c8a7fa6e90be8b69d7ad9
parent f3692785
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
#!/bin/bash
#
# ps_analyze.sh - analyze a program and transform it for peasoupification to prevent exploit.
#
......@@ -17,6 +17,7 @@ realpath() {
init_globals()
{
##################################################################################
# set default values for
##################################################################################
......@@ -81,6 +82,12 @@ init_globals()
#
stepnum=0
#
# set library path for shared library builds
#
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$SECURITY_TRANSFORMS_HOME/lib"
}
handle_alarm()
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment