aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail-profile.txt
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/man/firejail-profile.txt
parentdisable cgroup code (diff)
downloadfirejail-95544a17fac7e5fb2b0eabe3d96305813fc96a1b.tar.gz
firejail-95544a17fac7e5fb2b0eabe3d96305813fc96a1b.tar.zst
firejail-95544a17fac7e5fb2b0eabe3d96305813fc96a1b.zip
more on disable cgroups
Diffstat (limited to 'src/man/firejail-profile.txt')
-rw-r--r--src/man/firejail-profile.txt8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt
index 0fe434fac..5c8b6031d 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -683,18 +683,14 @@ ignore dbus-user.talk org.freedesktop.Notifications
683.br 683.br
684[...] 684[...]
685#endif 685#endif
686.SH Resource limits, CPU affinity, Control Groups 686.SH Resource limits, CPU affinity
687These profile entries define the limits on system resources (rlimits) for the processes inside the sandbox. 687These profile entries define the limits on system resources (rlimits) for the processes inside the sandbox.
688The limits can be modified inside the sandbox using the regular \fBulimit\fR command. \fBcpu\fR command 688The limits can be modified inside the sandbox using the regular \fBulimit\fR command. \fBcpu\fR command
689configures the CPU cores available, and \fBcgroup\fR command 689configures the CPU cores available.
690place the sandbox in an existing control group.
691 690
692Examples: 691Examples:
693 692
694.TP 693.TP
695\fBcgroup /sys/fs/cgroup/g1/tasks
696The sandbox is placed in g1 control group.
697.TP
698\fBcpu 0,1,2 694\fBcpu 0,1,2
699Use only CPU cores 0, 1 and 2. 695Use only CPU cores 0, 1 and 2.
700.TP 696.TP