Skip to content

Commit

Permalink
ymp sandbox tmpfs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sulincix committed Aug 14, 2024
1 parent ce29ab6 commit 2c819b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ccode/sandbox.c
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ gint sandbox(const gchar* type, gchar** args, gint length){
}
token = strtok(sandbox_tmpfs,":");
while(token != NULL){
sandbox_bind_shared(token);
sandbox_create_tmpfs(token);
token = strtok(NULL,":");
}
write_to_file("/tmp/ymp-root/.sandbox", "%d",getpid());
Expand Down

0 comments on commit 2c819b1

Please sign in to comment.