aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail-profile.5.in
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2024-04-11 09:39:44 -0400
committerLibravatar GitHub <noreply@github.com>2024-04-11 09:39:44 -0400
commit27cd032bed923d01edd859bcebe79b33c3ee18fd (patch)
treea8de89a8a96e34cdd05f11b364b9839da45b0da5 /src/man/firejail-profile.5.in
parentMerge pull request #6305 from kmk3/landlock-amend-empty (diff)
parentdocs: warn about limitations of landlock (diff)
downloadfirejail-27cd032bed923d01edd859bcebe79b33c3ee18fd.tar.gz
firejail-27cd032bed923d01edd859bcebe79b33c3ee18fd.tar.zst
firejail-27cd032bed923d01edd859bcebe79b33c3ee18fd.zip
Merge pull request #6302 from kmk3/docs-warn-landlock
docs: warn about limitations of landlock
Diffstat (limited to 'src/man/firejail-profile.5.in')
-rw-r--r--src/man/firejail-profile.5.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/man/firejail-profile.5.in b/src/man/firejail-profile.5.in
index e274a91d1..8c039eb46 100644
--- a/src/man/firejail-profile.5.in
+++ b/src/man/firejail-profile.5.in
@@ -509,30 +509,30 @@ Blacklist all Linux capabilities.
509Whitelist given Linux capabilities. 509Whitelist given Linux capabilities.
510#ifdef HAVE_LANDLOCK 510#ifdef HAVE_LANDLOCK
511.TP 511.TP
512\fBlandlock.enforce 512\fBlandlock.enforce (experimental)
513Enforce the Landlock ruleset. 513Enforce the Landlock ruleset.
514.PP 514.PP
515Without it, the other Landlock commands have no effect. 515Without it, the other Landlock commands have no effect.
516.TP 516.TP
517\fBlandlock.fs.read path 517\fBlandlock.fs.read path (experimental)
518Create a Landlock ruleset (if it doesn't already exist) and add a read access 518Create a Landlock ruleset (if it doesn't already exist) and add a read access
519rule for path. 519rule for path.
520.TP 520.TP
521\fBlandlock.fs.write path 521\fBlandlock.fs.write path (experimental)
522Create a Landlock ruleset (if it doesn't already exist) and add a write access 522Create a Landlock ruleset (if it doesn't already exist) and add a write access
523rule for path. 523rule for path.
524.TP 524.TP
525\fBlandlock.fs.makeipc path 525\fBlandlock.fs.makeipc path (experimental)
526Create a Landlock ruleset (if it doesn't already exist) and add a rule that 526Create a Landlock ruleset (if it doesn't already exist) and add a rule that
527allows the creation of named pipes (FIFOs) and Unix domain sockets beneath 527allows the creation of named pipes (FIFOs) and Unix domain sockets beneath
528the given path. 528the given path.
529.TP 529.TP
530\fBlandlock.fs.makedev path 530\fBlandlock.fs.makedev path (experimental)
531Create a Landlock ruleset (if it doesn't already exist) and add a rule that 531Create a Landlock ruleset (if it doesn't already exist) and add a rule that
532allows the creation of block devices and character devices beneath the given 532allows the creation of block devices and character devices beneath the given
533path. 533path.
534.TP 534.TP
535\fBlandlock.fs.execute path 535\fBlandlock.fs.execute path (experimental)
536Create a Landlock ruleset (if it doesn't already exist) and add an execution 536Create a Landlock ruleset (if it doesn't already exist) and add an execution
537permission rule for path. 537permission rule for path.
538#endif 538#endif