summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorEpoch Qwert <epoch@53flpnlls43fcguy.onion>2014-07-26 03:48:04 -0500
committerEpoch Qwert <epoch@53flpnlls43fcguy.onion>2014-07-26 03:48:04 -0500
commit34c9c0757d1d8516a18adf240ce6813ded85e778 (patch)
treea5ae79ff38858ea71a1e6f8757b679ec535f11ca /shell
parent96a54b380213119e1076f00e2ec44889552fb7d2 (diff)
downloadsegfault-34c9c0757d1d8516a18adf240ce6813ded85e778.tar.gz
segfault-34c9c0757d1d8516a18adf240ce6813ded85e778.zip
various silly things.
Diffstat (limited to 'shell')
-rwxr-xr-xshell2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell b/shell
index 672b89e..32b6c2b 100755
--- a/shell
+++ b/shell
@@ -4,4 +4,4 @@ kill `pgrep -P 1 -f "tail -f /home/segfault/files/cmd_in"`
mkdir -p /home/segfault/files
mkfifo /home/segfault/files/cmd_in
mkfifo /home/segfault/files/cmd_out
-exec segfault tail -f /home/segfault/files/cmd_in | su -l segfault 2>&1 > /home/segfault/files/cmd_out 2>&1
+exec setuidgid segfault tail -f /home/segfault/files/cmd_in | su -l segfault 2>&1 > /home/segfault/files/cmd_out 2>&1