aboutsummaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2022-06-16 10:12:10 -0400
committerLibravatar netblue30 <netblue30@protonmail.com>2022-06-16 10:12:10 -0400
commitdab6742eeefe1f9c0a9f405f8a0c4f01256da4b9 (patch)
tree60bdf6ab627c1154e43cb54968c2e91563473d8e /src/include
parentfix CI (diff)
downloadfirejail-dab6742eeefe1f9c0a9f405f8a0c4f01256da4b9.tar.gz
firejail-dab6742eeefe1f9c0a9f405f8a0c4f01256da4b9.tar.zst
firejail-dab6742eeefe1f9c0a9f405f8a0c4f01256da4b9.zip
more on removing cgroups (#5200)
Diffstat (limited to 'src/include')
-rw-r--r--src/include/rundefs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/rundefs.h b/src/include/rundefs.h
index 2f6b47461..08042d2c4 100644
--- a/src/include/rundefs.h
+++ b/src/include/rundefs.h
@@ -37,7 +37,6 @@
37#define RUN_RO_DIR RUN_FIREJAIL_DIR "/firejail.ro.dir" 37#define RUN_RO_DIR RUN_FIREJAIL_DIR "/firejail.ro.dir"
38#define RUN_RO_FILE RUN_FIREJAIL_DIR "/firejail.ro.file" 38#define RUN_RO_FILE RUN_FIREJAIL_DIR "/firejail.ro.file"
39#define RUN_MNT_DIR RUN_FIREJAIL_DIR "/mnt" // a tmpfs is mounted on this directory before any of the files below are created 39#define RUN_MNT_DIR RUN_FIREJAIL_DIR "/mnt" // a tmpfs is mounted on this directory before any of the files below are created
40#define RUN_CGROUP_CFG RUN_MNT_DIR "/cgroup"
41#define RUN_CPU_CFG RUN_MNT_DIR "/cpu" 40#define RUN_CPU_CFG RUN_MNT_DIR "/cpu"
42#define RUN_GROUPS_CFG RUN_MNT_DIR "/groups" 41#define RUN_GROUPS_CFG RUN_MNT_DIR "/groups"
43#define RUN_PROTOCOL_CFG RUN_MNT_DIR "/protocol" 42#define RUN_PROTOCOL_CFG RUN_MNT_DIR "/protocol"