aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sandbox/sandbox.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sandbox/sandbox.c b/sandbox/sandbox.c
index 3faa2ca..c8043d7 100644
--- a/sandbox/sandbox.c
+++ b/sandbox/sandbox.c
@@ -55,7 +55,6 @@ child(const char *root, char *cmd[])
struct passwd *pw = getpwnam(POE_USERNAME);
if (!pw) ERROR("getpwnam() failed");
- NONNEGATIVE(mount(NULL, pw->pw_dir, "tmpfs", MS_NOSUID | MS_NODEV, NULL));
NONNEGATIVE(chdir("/tmp"));
NONNEGATIVE(setsid());
NONNEGATIVE(initgroups(POE_USERNAME, pw->pw_gid));