aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2023-12-04 10:20:51 -0500
committerLibravatar netblue30 <netblue30@protonmail.com>2023-12-04 10:20:51 -0500
commit6d0559de7d34c2f095c70c646f3355b4237ec55b (patch)
treeae0a0f46fafc1b43f9b01827a7bd181b40d5cf70 /src
parentnettrace (diff)
downloadfirejail-6d0559de7d34c2f095c70c646f3355b4237ec55b.tar.gz
firejail-6d0559de7d34c2f095c70c646f3355b4237ec55b.tar.zst
firejail-6d0559de7d34c2f095c70c646f3355b4237ec55b.zip
landlock: update README.md, small fix in man firejal; update profile stats in README.md
Diffstat (limited to 'src')
-rw-r--r--src/man/firejail.1.in8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/man/firejail.1.in b/src/man/firejail.1.in
index d5a00c41b..efd0c2152 100644
--- a/src/man/firejail.1.in
+++ b/src/man/firejail.1.in
@@ -1258,7 +1258,9 @@ The basic set of rules applies the following access permissions:
1258- exec: /bin, /lib, /opt, /usr 1258- exec: /bin, /lib, /opt, /usr
1259.RE 1259.RE
1260.PP 1260.PP
1261.RS
1261See the \fBLANDLOCK\fR section for more information. 1262See the \fBLANDLOCK\fR section for more information.
1263.RE
1262.TP 1264.TP
1263\fB\-\-landlock.proc=no|ro|rw 1265\fB\-\-landlock.proc=no|ro|rw
1264Add an access rule for /proc directory (read-only if set to \fBro\fR and 1266Add an access rule for /proc directory (read-only if set to \fBro\fR and
@@ -1284,9 +1286,11 @@ and Unix domain sockets beneath given path.
1284\fB\-\-landlock.execute=path 1286\fB\-\-landlock.execute=path
1285Create a Landlock ruleset (if it doesn't already exist) and add an execution 1287Create a Landlock ruleset (if it doesn't already exist) and add an execution
1286permission rule for path. 1288permission rule for path.
1287.PP 1289.br
1290
1291.br
1288Example: 1292Example:
1289.PP 1293.br
1290$ firejail \-\-landlock.read=/ \-\-landlock.write=/home \-\-landlock.execute=/usr 1294$ firejail \-\-landlock.read=/ \-\-landlock.write=/home \-\-landlock.execute=/usr
1291#endif 1295#endif
1292.TP 1296.TP