aboutsummaryrefslogtreecommitdiffstats
path: root/src/firemon/firemon.h
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2022-06-13 09:26:37 -0400
committerLibravatar netblue30 <netblue30@protonmail.com>2022-06-13 09:26:37 -0400
commit95544a17fac7e5fb2b0eabe3d96305813fc96a1b (patch)
treeca0259eb8523de487c297f2a14e23f87d512b17d /src/firemon/firemon.h
parentdisable cgroup code (diff)
downloadfirejail-95544a17fac7e5fb2b0eabe3d96305813fc96a1b.tar.gz
firejail-95544a17fac7e5fb2b0eabe3d96305813fc96a1b.tar.zst
firejail-95544a17fac7e5fb2b0eabe3d96305813fc96a1b.zip
more on disable cgroups
Diffstat (limited to 'src/firemon/firemon.h')
-rw-r--r--src/firemon/firemon.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/firemon/firemon.h b/src/firemon/firemon.h
index 2fa294e8d..d12091217 100644
--- a/src/firemon/firemon.h
+++ b/src/firemon/firemon.h
@@ -75,9 +75,6 @@ void seccomp(pid_t pid, int print_procs);
75// cpu.c 75// cpu.c
76void cpu(pid_t pid, int print_procs); 76void cpu(pid_t pid, int print_procs);
77 77
78// cgroup.c
79void cgroup(pid_t pid, int print_procs);
80
81// tree.c 78// tree.c
82void tree(pid_t pid); 79void tree(pid_t pid);
83 80