aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2023-01-25 12:20:13 -0500
committerLibravatar netblue30 <netblue30@protonmail.com>2023-01-25 12:20:13 -0500
commitbe88622c8916db10eafd985bc5c22d8ceeecf5f9 (patch)
tree8862e90cd2f6b60dc0ce94a3cafa10f18af8b9c6
parentMerge branch 'master' of ssh://github.com/netblue30/firejail (diff)
downloadfirejail-be88622c8916db10eafd985bc5c22d8ceeecf5f9.tar.gz
firejail-be88622c8916db10eafd985bc5c22d8ceeecf5f9.tar.zst
firejail-be88622c8916db10eafd985bc5c22d8ceeecf5f9.zip
private-etc: fix man page
-rw-r--r--README2
-rw-r--r--README.md5
-rw-r--r--RELNOTES1
-rw-r--r--src/man/firejail.txt4
4 files changed, 6 insertions, 6 deletions
diff --git a/README b/README
index 6631f8bc8..74318fa16 100644
--- a/README
+++ b/README
@@ -93,6 +93,8 @@ Akhil Hans Maulloo (https://github.com/kouul)
93Albin Kauffmann (https://github.com/albinou) 93Albin Kauffmann (https://github.com/albinou)
94 - Firefox and Chromium profile fixes 94 - Firefox and Chromium profile fixes
95 - info to allow screen sharing in profiles 95 - info to allow screen sharing in profiles
96Alexandre Provencio (https://github.com/aleprovencio)
97 - fix qutebrowser not opening tabs
96Alex Leahu (https://github.com/alxjsn) 98Alex Leahu (https://github.com/alxjsn)
97 - fix screen sharing configuration on Wayland 99 - fix screen sharing configuration on Wayland
98Alexey Kuznetsov (kuznet@ms2.inr.ac.ru) 100Alexey Kuznetsov (kuznet@ms2.inr.ac.ru)
diff --git a/README.md b/README.md
index 7365303ca..f261da2a3 100644
--- a/README.md
+++ b/README.md
@@ -184,9 +184,7 @@ We also keep a list of profile fixes for previous released versions in [etc-fixe
184 184
185### private-etc rework 185### private-etc rework
186````` 186`````
187 --private-etc 187 --private-etc, --private-etc=file,directory
188
189 --private-etc=file,directory
190 The files installed by --private-etc are copies of the original 188 The files installed by --private-etc are copies of the original
191 system files from /etc directory. By default, the command 189 system files from /etc directory. By default, the command
192 brings in a skeleton of files and directories used by most con‐ 190 brings in a skeleton of files and directories used by most con‐
@@ -220,6 +218,7 @@ We also keep a list of profile fixes for previous released versions in [etc-fixe
220 218
221````` 219`````
222We keep the list of groups in [src/include/etc_groups.h](https://github.com/netblue30/firejail/blob/master/src/include/etc_groups.h) 220We keep the list of groups in [src/include/etc_groups.h](https://github.com/netblue30/firejail/blob/master/src/include/etc_groups.h)
221Discussion: https://github.com/netblue30/firejail/discussions/5610
223 222
224### Profile Statistics 223### Profile Statistics
225 224
diff --git a/RELNOTES b/RELNOTES
index 1f3a9f968..478bf297d 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -3,6 +3,7 @@ firejail (0.9.73) baseline; urgency=low
3 * modif: Stop forwarding own double-dash to the shell (#5599 #5600) 3 * modif: Stop forwarding own double-dash to the shell (#5599 #5600)
4 * docs: remove apparmor options in --help when building without apparmor 4 * docs: remove apparmor options in --help when building without apparmor
5 support (#5589) 5 support (#5589)
6 * fix: qutebrowser not opening tabs (#5601)
6 -- netblue30 <netblue30@yahoo.com> Mon, 16 Jan 2023 09:00:00 -0500 7 -- netblue30 <netblue30@yahoo.com> Mon, 16 Jan 2023 09:00:00 -0500
7 8
8firejail (0.9.72) baseline; urgency=low 9firejail (0.9.72) baseline; urgency=low
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 2e08b12f3..e60c139a5 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -2127,9 +2127,7 @@ cdrom cdrw dri dvd dvdrw full log null ptmx pts random shm snd sr0
2127.br 2127.br
2128$ 2128$
2129.TP 2129.TP
2130\fB\-\-private-etc 2130\fB\-\-private-etc, \-\-private-etc=file,directory
2131.TP
2132\fB\-\-private-etc=file,directory
2133The files installed by \-\-private-etc are copies of the original system files from /etc directory. 2131The files installed by \-\-private-etc are copies of the original system files from /etc directory.
2134By default, the command brings in a skeleton of files and directories used by most console tools: 2132By default, the command brings in a skeleton of files and directories used by most console tools:
2135 2133