aboutsummaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2023-02-27 17:50:02 -0500
committerLibravatar netblue30 <netblue30@protonmail.com>2023-02-27 17:50:02 -0500
commite4f9f36a47d5a0031bd181e77d9121fac1dd06ec (patch)
treee0c324bd24cf6d67f50f9dd6839e321c1d2bdb2c /src/include
parentminor clarify userns comments (#5686) (diff)
downloadfirejail-e4f9f36a47d5a0031bd181e77d9121fac1dd06ec.tar.gz
firejail-e4f9f36a47d5a0031bd181e77d9121fac1dd06ec.tar.zst
firejail-e4f9f36a47d5a0031bd181e77d9121fac1dd06ec.zip
random hostname by default; fix --hostname and --hosts-file
Diffstat (limited to 'src/include')
-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 af42b0984..7fc0f21f3 100644
--- a/src/include/rundefs.h
+++ b/src/include/rundefs.h
@@ -89,6 +89,7 @@
89#define RUN_ASOUNDRC_FILE RUN_MNT_DIR "/.asoundrc" 89#define RUN_ASOUNDRC_FILE RUN_MNT_DIR "/.asoundrc"
90#define RUN_HOSTNAME_FILE RUN_MNT_DIR "/hostname" 90#define RUN_HOSTNAME_FILE RUN_MNT_DIR "/hostname"
91#define RUN_HOSTS_FILE RUN_MNT_DIR "/hosts" 91#define RUN_HOSTS_FILE RUN_MNT_DIR "/hosts"
92#define RUN_HOSTS_FILE2 RUN_MNT_DIR "/hosts2"
92#define RUN_MACHINEID RUN_MNT_DIR "/machine-id" 93#define RUN_MACHINEID RUN_MNT_DIR "/machine-id"
93#define RUN_LDPRELOAD_FILE RUN_MNT_DIR "/ld.so.preload" 94#define RUN_LDPRELOAD_FILE RUN_MNT_DIR "/ld.so.preload"
94#define RUN_UTMP_FILE RUN_MNT_DIR "/utmp" 95#define RUN_UTMP_FILE RUN_MNT_DIR "/utmp"