aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail-profile.txt
diff options
context:
space:
mode:
authorLibravatar smitsohu <smitsohu@gmail.com>2022-07-19 15:19:24 +0200
committerLibravatar smitsohu <smitsohu@gmail.com>2022-07-23 16:21:14 +0200
commit87afef810c2dfbf67420dc76a67c707fbb7353db (patch)
treed44aed25d9c050967eb6abe31b4081c0956f4a74 /src/man/firejail-profile.txt
parentprotocol filter: add x32 ABI handling (diff)
downloadfirejail-87afef810c2dfbf67420dc76a67c707fbb7353db.tar.gz
firejail-87afef810c2dfbf67420dc76a67c707fbb7353db.tar.zst
firejail-87afef810c2dfbf67420dc76a67c707fbb7353db.zip
introduce new option restrict-namespaces
Diffstat (limited to 'src/man/firejail-profile.txt')
-rw-r--r--src/man/firejail-profile.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt
index 5c8b6031d..be1f55f0f 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -520,6 +520,12 @@ first argument to socket system call. Recognized values: \fBunix\fR,
520\fBinet\fR, \fBinet6\fR, \fBnetlink\fR, \fBpacket\fR, and \fBbluetooth\fR. 520\fBinet\fR, \fBinet6\fR, \fBnetlink\fR, \fBpacket\fR, and \fBbluetooth\fR.
521Multiple protocol commands are allowed and they accumulate. 521Multiple protocol commands are allowed and they accumulate.
522.TP 522.TP
523\fBrestrict-namespaces
524Install a seccomp filter that blocks attempts to create new cgroup, ipc, net, mount, pid, time, user or uts namespaces.
525.TP
526\fBrestrict-namespaces cgroup,ipc,net,mnt,pid,time,user,uts
527Install a seccomp filter that blocks attempts to create any of the specified namespaces.
528.TP
523\fBseccomp 529\fBseccomp
524Enable seccomp filter and blacklist the syscalls in the default list. See man 1 firejail for more details. 530Enable seccomp filter and blacklist the syscalls in the default list. See man 1 firejail for more details.
525.TP 531.TP