aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorLibravatar smitsohu <smitsohu@gmail.com>2021-10-16 11:57:30 +0200
committerLibravatar smitsohu <smitsohu@gmail.com>2021-10-16 12:19:10 +0200
commita99dca846401f7990df087aae6a712868ec5b033 (patch)
tree2ecaea99ad7e45853e3495c0337b31da74c04568 /src/man
parentbuild: allow building with sanitizer (#4594) (diff)
downloadfirejail-a99dca846401f7990df087aae6a712868ec5b033.tar.gz
firejail-a99dca846401f7990df087aae6a712868ec5b033.tar.zst
firejail-a99dca846401f7990df087aae6a712868ec5b033.zip
cgroup: minor refactor, add v2 support, bugfixes
Adds minimal cgroupv2 support, and fixes an effective user id assertion in --join (instead of asserting effective user id of the user, drop privileges completely in a child process).
Diffstat (limited to 'src/man')
-rw-r--r--src/man/firejail.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 2883ab257..154def585 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -290,8 +290,8 @@ $ firejail \-\-caps.print=3272
290Print content of file from sandbox container, see FILE TRANSFER section for more details. 290Print content of file from sandbox container, see FILE TRANSFER section for more details.
291#endif 291#endif
292.TP 292.TP
293\fB\-\-cgroup=tasks-file 293\fB\-\-cgroup=file
294Place the sandbox in the specified control group. tasks-file is the full path of cgroup tasks file. 294Place the sandbox in the specified control group. file is the full path of a tasks or cgroup.procs file.
295.br 295.br
296 296
297.br 297.br