mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-16 14:16:16 -06:00
private-etc: fix man page
This commit is contained in:
parent
443f02cbd6
commit
be88622c89
4 changed files with 6 additions and 6 deletions
2
README
2
README
|
|
@ -93,6 +93,8 @@ Akhil Hans Maulloo (https://github.com/kouul)
|
|||
Albin Kauffmann (https://github.com/albinou)
|
||||
- Firefox and Chromium profile fixes
|
||||
- info to allow screen sharing in profiles
|
||||
Alexandre Provencio (https://github.com/aleprovencio)
|
||||
- fix qutebrowser not opening tabs
|
||||
Alex Leahu (https://github.com/alxjsn)
|
||||
- fix screen sharing configuration on Wayland
|
||||
Alexey Kuznetsov (kuznet@ms2.inr.ac.ru)
|
||||
|
|
|
|||
|
|
@ -184,9 +184,7 @@ We also keep a list of profile fixes for previous released versions in [etc-fixe
|
|||
|
||||
### private-etc rework
|
||||
`````
|
||||
--private-etc
|
||||
|
||||
--private-etc=file,directory
|
||||
--private-etc, --private-etc=file,directory
|
||||
The files installed by --private-etc are copies of the original
|
||||
system files from /etc directory. By default, the command
|
||||
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
|
|||
|
||||
`````
|
||||
We keep the list of groups in [src/include/etc_groups.h](https://github.com/netblue30/firejail/blob/master/src/include/etc_groups.h)
|
||||
Discussion: https://github.com/netblue30/firejail/discussions/5610
|
||||
|
||||
### Profile Statistics
|
||||
|
||||
|
|
|
|||
1
RELNOTES
1
RELNOTES
|
|
@ -3,6 +3,7 @@ firejail (0.9.73) baseline; urgency=low
|
|||
* modif: Stop forwarding own double-dash to the shell (#5599 #5600)
|
||||
* docs: remove apparmor options in --help when building without apparmor
|
||||
support (#5589)
|
||||
* fix: qutebrowser not opening tabs (#5601)
|
||||
-- netblue30 <netblue30@yahoo.com> Mon, 16 Jan 2023 09:00:00 -0500
|
||||
|
||||
firejail (0.9.72) baseline; urgency=low
|
||||
|
|
|
|||
|
|
@ -2127,9 +2127,7 @@ cdrom cdrw dri dvd dvdrw full log null ptmx pts random shm snd sr0
|
|||
.br
|
||||
$
|
||||
.TP
|
||||
\fB\-\-private-etc
|
||||
.TP
|
||||
\fB\-\-private-etc=file,directory
|
||||
\fB\-\-private-etc, \-\-private-etc=file,directory
|
||||
The files installed by \-\-private-etc are copies of the original system files from /etc directory.
|
||||
By default, the command brings in a skeleton of files and directories used by most console tools:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue