aboutsummaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2023-01-20 20:06:06 -0500
committerLibravatar netblue30 <netblue30@protonmail.com>2023-01-20 20:06:06 -0500
commitc2b6b6b1a348d70b776983051851e42ba66ab271 (patch)
treec4d2a98348bfdd32d4ee47b5d08a4fcaa8bf534c /src/include
parentRELNOTES: add modif and docs items (diff)
downloadfirejail-c2b6b6b1a348d70b776983051851e42ba66ab271.tar.gz
firejail-c2b6b6b1a348d70b776983051851e42ba66ab271.tar.zst
firejail-c2b6b6b1a348d70b776983051851e42ba66ab271.zip
private-etc rework: remove hiding blacklisted files in private-etc directory feature
Diffstat (limited to 'src/include')
-rw-r--r--src/include/rundefs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/rundefs.h b/src/include/rundefs.h
index 079670f10..b3ad564ac 100644
--- a/src/include/rundefs.h
+++ b/src/include/rundefs.h
@@ -99,5 +99,7 @@
99#define RUN_UMASK_FILE RUN_MNT_DIR "/umask" 99#define RUN_UMASK_FILE RUN_MNT_DIR "/umask"
100#define RUN_JOIN_FILE RUN_MNT_DIR "/join" 100#define RUN_JOIN_FILE RUN_MNT_DIR "/join"
101#define RUN_OVERLAY_ROOT RUN_MNT_DIR "/oroot" 101#define RUN_OVERLAY_ROOT RUN_MNT_DIR "/oroot"
102#define RUN_RESOLVCONF_FILE RUN_MNT_DIR "/resolv.conf"
103
102 104
103#endif 105#endif