aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail.1.in
diff options
context:
space:
mode:
authorLibravatar qdii <victor.lavaud@gmail.com>2024-07-09 03:43:55 +0200
committerLibravatar GitHub <noreply@github.com>2024-07-09 01:43:55 +0000
commit001320226ccb4f2ad913ee3af9932be807d80818 (patch)
tree1dd6db5a62c7f16a25e691c4910ff91e1747d6dc /src/man/firejail.1.in
parentdocs: man: format and sort some private- items (#6398) (diff)
downloadfirejail-001320226ccb4f2ad913ee3af9932be807d80818.tar.gz
firejail-001320226ccb4f2ad913ee3af9932be807d80818.tar.zst
firejail-001320226ccb4f2ad913ee3af9932be807d80818.zip
feature: add notpm command & keep tpm devices in private-dev (#6390)
An ssh private key may be stored in a Trusted Platform Module (TPM) device and `private-dev` in ssh.profile currently breaks this use-case, as it does not keep tpm devices (see #6379). So add a new `notpm` command and keep tpm devices in /dev by default with `private-dev` unless `notpm` is used.
Diffstat (limited to 'src/man/firejail.1.in')
-rw-r--r--src/man/firejail.1.in18
1 files changed, 14 insertions, 4 deletions
diff --git a/src/man/firejail.1.in b/src/man/firejail.1.in
index 76f0e29ab..f14eb6ec0 100644
--- a/src/man/firejail.1.in
+++ b/src/man/firejail.1.in
@@ -1919,6 +1919,16 @@ Example:
1919$ firejail \-\-nosound firefox 1919$ firejail \-\-nosound firefox
1920 1920
1921.TP 1921.TP
1922\fB\-\-notpm
1923Disable Trusted Platform Module (TPM) devices.
1924.br
1925
1926.br
1927Example:
1928.br
1929$ firejail \-\-notpm
1930
1931.TP
1922\fB\-\-notv 1932\fB\-\-notv
1923Disable DVB (Digital Video Broadcasting) TV devices. 1933Disable DVB (Digital Video Broadcasting) TV devices.
1924.br 1934.br
@@ -2173,10 +2183,10 @@ $ pwd
2173.TP 2183.TP
2174\fB\-\-private-dev 2184\fB\-\-private-dev
2175Create a new /dev directory. 2185Create a new /dev directory.
2176Only disc, dri, dvb, full, hidraw, log, null, ptmx, pts, random, shm, snd, tty, 2186Only disc, dri, dvb, full, hidraw, log, null, ptmx, pts, random, shm, snd, tpm,
2177urandom, usb, video and zero devices are available. 2187tty, urandom, usb, video and zero devices are available.
2178Use the options \-\-no3d, \-\-nodvd, \-\-nosound, \-\-notv, \-\-nou2f and 2188Use the options \-\-no3d, \-\-nodvd, \-\-nosound, \-\-notpm, \-\-notv,
2179\-\-novideo for additional restrictions. 2189\-\-nou2f and \-\-novideo for additional restrictions.
2180.br 2190.br
2181 2191
2182.br 2192.br