diff options
author | epoch <epoch@hacking.allowed.org> | 2014-02-05 04:27:07 -0600 |
---|---|---|
committer | epoch <epoch@hacking.allowed.org> | 2014-02-05 04:27:07 -0600 |
commit | 8ea60384731c92fe1daa64160f6cacc33177066d (patch) | |
tree | d68c6d74cab9b5d76562d386da5addba15eca40f /shell | |
parent | 517add9afbc9ffbc0cf3425074ecb093fa59fdca (diff) | |
download | segfault-8ea60384731c92fe1daa64160f6cacc33177066d.tar.gz segfault-8ea60384731c92fe1daa64160f6cacc33177066d.zip |
first useful commit. hopefully it compiles...
Diffstat (limited to 'shell')
-rwxr-xr-x | shell | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +#!/bin/sh +# this file is generated by compile.sh. do not edit directly +cd "/root/services/segfault" +kill `pgrep -P 1 -f "tail -f ./files/cmd_in"` +setuidgid segfault tail -f ./files/cmd_in | setuidgid segfault su -l segfault > ./files/cmd_out 2>&1 |