aboutsummaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorLibravatar smitsohu <smitsohu@gmail.com>2020-08-31 19:32:51 +0200
committerLibravatar smitsohu <smitsohu@gmail.com>2020-08-31 19:32:51 +0200
commit4d43efd07b27929c9dcc308a76aaefb466bb1245 (patch)
tree2a22cf83753c87c0d305d98f221c7ced37309e36 /src/include
parentchroot: unify path name handling (diff)
downloadfirejail-4d43efd07b27929c9dcc308a76aaefb466bb1245.tar.gz
firejail-4d43efd07b27929c9dcc308a76aaefb466bb1245.tar.zst
firejail-4d43efd07b27929c9dcc308a76aaefb466bb1245.zip
join: move to mmapped sandbox status indicator
1) close #3612 2) remove an implicit limitation on rlimit-fsize option (could not set limit to smaller than 6 bytes without affecting the ability to join a sandbox) 3) rename 'join-or-start' file to just 'join' 4) when waiting for a sandbox that is not fully configured yet, increase polling frequency from 10 per second to 100 per second
Diffstat (limited to 'src/include')
-rw-r--r--src/include/rundefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/rundefs.h b/src/include/rundefs.h
index d56623907..4da2db748 100644
--- a/src/include/rundefs.h
+++ b/src/include/rundefs.h
@@ -113,7 +113,7 @@
113#define RUN_FSLOGGER_FILE RUN_MNT_DIR "/fslogger" 113#define RUN_FSLOGGER_FILE RUN_MNT_DIR "/fslogger"
114#define RUN_TRACE_FILE RUN_MNT_DIR "/trace" 114#define RUN_TRACE_FILE RUN_MNT_DIR "/trace"
115#define RUN_UMASK_FILE RUN_MNT_DIR "/umask" 115#define RUN_UMASK_FILE RUN_MNT_DIR "/umask"
116#define RUN_JOIN_FILE RUN_MNT_DIR "/join"
116#define RUN_OVERLAY_ROOT RUN_MNT_DIR "/oroot" 117#define RUN_OVERLAY_ROOT RUN_MNT_DIR "/oroot"
117#define RUN_READY_FOR_JOIN RUN_MNT_DIR "/ready-for-join"
118 118
119#endif 119#endif