aboutsummaryrefslogtreecommitdiffstats
path: root/src/include/rundefs.h
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2019-09-15 07:00:09 -0500
committerLibravatar GitHub <noreply@github.com>2019-09-15 07:00:09 -0500
commit38ace01bf5a501f8cd3de5c1384297c3163f9c35 (patch)
treeaab0f8277a0ae1de922b8a9268b01428e8febd73 /src/include/rundefs.h
parentFix #2899 (diff)
parentMerge branch 'master' into fix-profile-builder (diff)
downloadfirejail-38ace01bf5a501f8cd3de5c1384297c3163f9c35.tar.gz
firejail-38ace01bf5a501f8cd3de5c1384297c3163f9c35.tar.zst
firejail-38ace01bf5a501f8cd3de5c1384297c3163f9c35.zip
Merge pull request #2935 from crass/fix-profile-builder
Fix profile builder
Diffstat (limited to 'src/include/rundefs.h')
-rw-r--r--src/include/rundefs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/rundefs.h b/src/include/rundefs.h
index 6cc931faf..df135b9ca 100644
--- a/src/include/rundefs.h
+++ b/src/include/rundefs.h
@@ -95,6 +95,7 @@
95#define RUN_PASSWD_FILE RUN_MNT_DIR "/passwd" 95#define RUN_PASSWD_FILE RUN_MNT_DIR "/passwd"
96#define RUN_GROUP_FILE RUN_MNT_DIR "/group" 96#define RUN_GROUP_FILE RUN_MNT_DIR "/group"
97#define RUN_FSLOGGER_FILE RUN_MNT_DIR "/fslogger" 97#define RUN_FSLOGGER_FILE RUN_MNT_DIR "/fslogger"
98#define RUN_TRACE_FILE RUN_MNT_DIR "/trace"
98#define RUN_UMASK_FILE RUN_MNT_DIR "/umask" 99#define RUN_UMASK_FILE RUN_MNT_DIR "/umask"
99#define RUN_OVERLAY_ROOT RUN_MNT_DIR "/oroot" 100#define RUN_OVERLAY_ROOT RUN_MNT_DIR "/oroot"
100#define RUN_READY_FOR_JOIN RUN_MNT_DIR "/ready-for-join" 101#define RUN_READY_FOR_JOIN RUN_MNT_DIR "/ready-for-join"