Skip to content

Commit

Permalink
Profile fixes
Browse files Browse the repository at this point in the history
- Update RELNOTES and README.md
- disable-common.inc
  - blacklist ${HOME}/.local/share/ibus-typing-booster
  - blacklist /run/timeshift (closes #4660)
- fix audacity.profile (closes #4659)
  • Loading branch information
rusty-snake committed Nov 14, 2021
1 parent 1f6767c commit e2299b2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,4 +292,4 @@ $ ./profstats *.profile
### New profiles:

clion-eap, lifeograph, io.github.lainsce.Notejot, rednotebook, zim, microsoft-edge-beta, ncdu2, gallery-dl, yt-dlp, goldendict, bundle,
cmake, make, meson, pip, codium, telnet, ftp, OpenStego
cmake, make, meson, pip, codium, telnet, ftp, OpenStego, imv, retroarch, torbrowser
1 change: 1 addition & 0 deletions RELNOTES
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ firejail (0.9.67) baseline; urgency=low
* new profiles: io.github.lainsce.Notejot, rednotebook, gallery-dl
* new profiles: yt-dlp, goldendict, goldendict, bundle, cmake
* new profiles: make, meson, pip, codium, telnet, ftp, OpenStego
* new profiles: imv, retroarch, torbrowser
-- netblue30 <[email protected]> Thu, 29 Jul 2021 09:00:00 -0500

firejail (0.9.66) baseline; urgency=low
Expand Down
2 changes: 2 additions & 0 deletions etc/inc/disable-common.inc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ blacklist-nolog ${HOME}/.history
blacklist-nolog ${HOME}/.kde/share/apps/klipper
blacklist-nolog ${HOME}/.kde4/share/apps/klipper
blacklist-nolog ${HOME}/.local/share/fish/fish_history
blacklist-nolog ${HOME}/.local/share/ibus-typing-booster
blacklist-nolog ${HOME}/.local/share/klipper
blacklist-nolog ${HOME}/.macromedia
blacklist-nolog ${HOME}/.mupdf.history
Expand Down Expand Up @@ -430,6 +431,7 @@ blacklist ${HOME}/.pki
blacklist ${HOME}/.smbcredentials
blacklist ${HOME}/.ssh
blacklist ${HOME}/.vaults
blacklist /run/timeshift
blacklist /var/backup

# Remove environment variables with auth tokens.
Expand Down
2 changes: 1 addition & 1 deletion etc/profile-a-l/audacity.profile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ noroot
notv
nou2f
novideo
protocol unix
protocol unix,inet
seccomp
shell none
tracelog
Expand Down

0 comments on commit e2299b2

Please sign in to comment.