mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
Update RELNOTES, README.md|Add firefox-x11.profile
This commit is contained in:
parent
74e33f09da
commit
41887172d6
4 changed files with 21 additions and 10 deletions
14
README.md
14
README.md
|
|
@ -145,14 +145,10 @@ We also keep a list of profile fixes for previous released versions in [etc-fixe
|
|||
`````
|
||||
|
||||
`````
|
||||
## Latest released version: 0.9.60 - release 0.9.62 pending
|
||||
|
||||
The development for 0.9.62 is handled on release-0.9.62 branch.
|
||||
|
||||
I had to cut the release branch again as of this commit - big fixes from @smitsohu and @glitsj16.
|
||||
Also problems with the configure script as reported by @matu3ba. I am reusing the same
|
||||
name for the release branch, release-0.9.62, so if you have an old release-0.9.62 branch around,
|
||||
get rid of it and load the new one.
|
||||
|
||||
## Latest released version: 0.9.62
|
||||
|
||||
## Current development version: 0.9.63
|
||||
|
||||
### New profiles:
|
||||
|
||||
firefox-x11
|
||||
|
|
|
|||
6
RELNOTES
6
RELNOTES
|
|
@ -1,5 +1,9 @@
|
|||
firejail (0.9.61) baseline; urgency=low
|
||||
firejail (0.9.63) baseline; urgency=low
|
||||
* work in progress
|
||||
* DHCP client support
|
||||
* new profiles: firefox-x11
|
||||
|
||||
firejail (0.9.62) baseline; urgency=low
|
||||
* added file-copy-limit in /etc/firejail/firejail.config
|
||||
* profile templates (/usr/share/doc/firejail)
|
||||
* allow-debuggers support in profiles
|
||||
|
|
|
|||
10
etc/firefox-x11.profile
Normal file
10
etc/firefox-x11.profile
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# Firejail profile alias for firefox-x11
|
||||
# This file is overwritten after every install/update
|
||||
# Persistent local customizations
|
||||
include firefox-x11.local
|
||||
# Persistent global definitions
|
||||
# added by included profile
|
||||
#include globals.local
|
||||
|
||||
# Redirect
|
||||
include firefox.profile
|
||||
|
|
@ -202,6 +202,7 @@ firefox-developer-edition
|
|||
firefox-esr
|
||||
firefox-nightly
|
||||
firefox-wayland
|
||||
firefox-x11
|
||||
flacsplt
|
||||
flameshot
|
||||
flashpeak-slimjet
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue