aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar smitsohu <smitsohu@gmail.com>2019-12-23 13:59:40 +0100
committerLibravatar smitsohu <smitsohu@gmail.com>2019-12-23 13:59:40 +0100
commit25b869d47e46b6d33d2e3d6a3b5be31fbf69285e (patch)
tree0c24a1da1dfde37597122292f2d1ee8711d48456
parentmake join timeout configurable in firejail.config (diff)
downloadfirejail-25b869d47e46b6d33d2e3d6a3b5be31fbf69285e.tar.gz
firejail-25b869d47e46b6d33d2e3d6a3b5be31fbf69285e.tar.zst
firejail-25b869d47e46b6d33d2e3d6a3b5be31fbf69285e.zip
cleanup
-rw-r--r--src/firejail/sandbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/firejail/sandbox.c b/src/firejail/sandbox.c
index 6356f89a6..995e98f9f 100644
--- a/src/firejail/sandbox.c
+++ b/src/firejail/sandbox.c
@@ -444,7 +444,7 @@ void start_application(int no_sandbox, FILE *fp) {
444 } 444 }
445 // restore original umask 445 // restore original umask
446 umask(orig_umask); 446 umask(orig_umask);
447 //sleep(10); 447
448 if (arg_debug) { 448 if (arg_debug) {
449 printf("starting application\n"); 449 printf("starting application\n");
450 printf("LD_PRELOAD=%s\n", getenv("LD_PRELOAD")); 450 printf("LD_PRELOAD=%s\n", getenv("LD_PRELOAD"));