aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail.1.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/man/firejail.1.in')
-rw-r--r--src/man/firejail.1.in16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/man/firejail.1.in b/src/man/firejail.1.in
index bf447be93..d6949133d 100644
--- a/src/man/firejail.1.in
+++ b/src/man/firejail.1.in
@@ -1241,30 +1241,30 @@ $ firejail --keep-var-tmp
1241 1241
1242#ifdef HAVE_LANDLOCK 1242#ifdef HAVE_LANDLOCK
1243.TP 1243.TP
1244\fB\-\-landlock.enforce (experimental) 1244\fB\-\-landlock.enforce\fR (experimental)
1245Enforce the Landlock ruleset. 1245Enforce the Landlock ruleset.
1246Without it, the other Landlock commands have no effect. 1246Without it, the other Landlock commands have no effect.
1247See the \fBLANDLOCK\fR section for more information. 1247See the \fBLANDLOCK\fR section for more information.
1248.TP 1248.TP
1249\fB\-\-landlock.fs.read=path (experimental) 1249\fB\-\-landlock.fs.read=path\fR (experimental)
1250Create a Landlock ruleset (if it doesn't already exist) and add a read access 1250Create a Landlock ruleset (if it doesn't already exist) and add a read access
1251rule for path. 1251rule for path.
1252.TP 1252.TP
1253\fB\-\-landlock.fs.write=path (experimental) 1253\fB\-\-landlock.fs.write=path\fR (experimental)
1254Create a Landlock ruleset (if it doesn't already exist) and add a write access 1254Create a Landlock ruleset (if it doesn't already exist) and add a write access
1255rule for path. 1255rule for path.
1256.TP 1256.TP
1257\fB\-\-landlock.fs.makeipc=path (experimental) 1257\fB\-\-landlock.fs.makeipc=path\fR (experimental)
1258Create a Landlock ruleset (if it doesn't already exist) and add a rule that 1258Create a Landlock ruleset (if it doesn't already exist) and add a rule that
1259allows the creation of named pipes (FIFOs) and Unix domain sockets beneath 1259allows the creation of named pipes (FIFOs) and Unix domain sockets beneath
1260the given path. 1260the given path.
1261.TP 1261.TP
1262\fB\-\-landlock.fs.makedev=path (experimental) 1262\fB\-\-landlock.fs.makedev=path\fR (experimental)
1263Create a Landlock ruleset (if it doesn't already exist) and add a rule that 1263Create a Landlock ruleset (if it doesn't already exist) and add a rule that
1264allows the creation of block devices and character devices beneath the given 1264allows the creation of block devices and character devices beneath the given
1265path. 1265path.
1266.TP 1266.TP
1267\fB\-\-landlock.fs.execute=path (experimental) 1267\fB\-\-landlock.fs.execute=path\fR (experimental)
1268Create a Landlock ruleset (if it doesn't already exist) and add an execution 1268Create a Landlock ruleset (if it doesn't already exist) and add an execution
1269permission rule for path. 1269permission rule for path.
1270.br 1270.br
@@ -1727,7 +1727,7 @@ Example:
1727$ firejail --no3d firefox 1727$ firejail --no3d firefox
1728 1728
1729.TP 1729.TP
1730\fB\-\-noautopulse \fR(deprecated) 1730\fB\-\-noautopulse\fR (deprecated)
1731See --keep-config-pulse. 1731See --keep-config-pulse.
1732 1732
1733.TP 1733.TP
@@ -1773,7 +1773,7 @@ $ nc dict.org 2628
1773220 pan.alephnull.com dictd 1.12.1/rf on Linux 3.14-1-amd64 1773220 pan.alephnull.com dictd 1.12.1/rf on Linux 3.14-1-amd64
1774.br 1774.br
1775.TP 1775.TP
1776\fB\-\-nodbus \fR(deprecated) 1776\fB\-\-nodbus\fR (deprecated)
1777#ifdef HAVE_DBUSPROXY 1777#ifdef HAVE_DBUSPROXY
1778Disable D-Bus access (both system and session buses). Equivalent to --dbus-system=none --dbus-user=none. 1778Disable D-Bus access (both system and session buses). Equivalent to --dbus-system=none --dbus-user=none.
1779.br 1779.br