aboutsummaryrefslogtreecommitdiffstats
path: root/src/include/rundefs.h
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2020-01-07 11:35:05 -0500
committerLibravatar GitHub <noreply@github.com>2020-01-07 11:35:05 -0500
commit94d018cec4daa4d409877640277156d2038628ed (patch)
tree482de240dc24d0c781a46e0220469ee9c19acd07 /src/include/rundefs.h
parenthexchat: comment machine-id (diff)
parentWait for link-local address for DHCPv6 (diff)
downloadfirejail-94d018cec4daa4d409877640277156d2038628ed.tar.gz
firejail-94d018cec4daa4d409877640277156d2038628ed.tar.zst
firejail-94d018cec4daa4d409877640277156d2038628ed.zip
Merge pull request #3102 from kris7t/dhcp-client
DHCP client support
Diffstat (limited to 'src/include/rundefs.h')
-rw-r--r--src/include/rundefs.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/rundefs.h b/src/include/rundefs.h
index df135b9ca..8119f31e9 100644
--- a/src/include/rundefs.h
+++ b/src/include/rundefs.h
@@ -49,6 +49,11 @@
49#define RUN_LIB_DIR RUN_MNT_DIR "/lib" 49#define RUN_LIB_DIR RUN_MNT_DIR "/lib"
50#define RUN_LIB_FILE RUN_MNT_DIR "/libfiles" 50#define RUN_LIB_FILE RUN_MNT_DIR "/libfiles"
51#define RUN_DNS_ETC RUN_MNT_DIR "/dns-etc" 51#define RUN_DNS_ETC RUN_MNT_DIR "/dns-etc"
52#define RUN_DHCLIENT_DIR RUN_MNT_DIR "/dhclient"
53#define RUN_DHCLIENT_4_LEASES_FILE RUN_DHCLIENT_DIR "/dhclient.leases"
54#define RUN_DHCLIENT_6_LEASES_FILE RUN_DHCLIENT_DIR "/dhclient6.leases"
55#define RUN_DHCLIENT_4_PID_FILE RUN_DHCLIENT_DIR "/dhclient.pid"
56#define RUN_DHCLIENT_6_PID_FILE RUN_DHCLIENT_DIR "/dhclient6.pid"
52 57
53#define RUN_SECCOMP_DIR RUN_MNT_DIR "/seccomp" 58#define RUN_SECCOMP_DIR RUN_MNT_DIR "/seccomp"
54#define RUN_SECCOMP_LIST RUN_SECCOMP_DIR "/seccomp.list" // list of seccomp files installed 59#define RUN_SECCOMP_LIST RUN_SECCOMP_DIR "/seccomp.list" // list of seccomp files installed