aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l
Commit message (Collapse)AuthorAge
* cmake: fix local override & wusc (#5054)Libravatar glitsj162022-03-16
| | | | | * cmake: fix local override & wusc * cmake: another wusc fix
* minor cleanups, no functional changes (#5040)Libravatar glitsj162022-03-13
| | | | | | | | | * drop redundant noblacklist noblacklist ${HOME}/.vscode-oss already exists in included code.profile * remove newline Nitpick for persistency with other profiles that have the comment about #2624.
* fix Electron app profiles (#5012)Libravatar smitsohu2022-03-09
|
* drop redundant ignoreLibravatar glitsj162022-03-04
|
* drop redundant ignoreLibravatar glitsj162022-03-04
|
* drop redundant ignoreLibravatar glitsj162022-03-04
|
* drop redundant ignoreLibravatar glitsj162022-03-04
|
* drop redundant ignoreLibravatar glitsj162022-03-04
|
* drop redundant ignoreLibravatar glitsj162022-03-04
|
* drop redundant ignoreLibravatar glitsj162022-03-04
|
* fix sylpheed (#5003)Libravatar glitsj162022-03-03
|
* geary fixes (#4992)Libravatar glitsj162022-03-01
| | | | | * geary fixes * comment ipc-namespace
* gconf-editor fix (#4976)Libravatar glitsj162022-02-24
|
* evince fixLibravatar netblue302022-02-22
|
* allow printing in evinceLibravatar netblue302022-02-22
|
* Add support for changing appearance of the Qt6 apps with qt6ct (#4966)Libravatar avallach20002022-02-21
| | | | | | | * Add support for changing appearance of the Qt6 apps with qt6ct * Remove qt5ct artifact from zeal.profile * Remove qt5ct artifact from bibletime.profile
* dino.profile: Allow functionalities that require dbus.Libravatar crocket2022-02-20
|
* Fix iridium.profileLibravatar rusty-snake2022-02-09
| | | | | | 0319fbd enabled whitelisting in /usr/share for iridium but wusc was still ignore causing iridium to crash. Fixes #4917
* Merge pull request #4915 from kmk3/keepassx-restore-nou2fLibravatar Fred Barclay2022-02-09
|\ | | | | keepassx: restore nou2f
| * keepassx: restore nou2fLibravatar Kelvin M. Klann2022-02-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I could not find anything to confirm that keepassx supports hardware keys. And as mentioned by @rusty-snake[1]: > The yubikey support in kpxc seems to be based on > https://github.com/kylemanna/keepassx / > https://github.com/keepassx/keepassx/pull/52 > which was never merged. For me it looks like kpx never got official > support for it. > > keepass seems to support hw keys (via plugin). Also of note is the PR that added yubikey support to keepassxc: https://github.com/keepassxreboot/keepassxc/pull/127 This partially reverts commit 09ac1a73e ("keepass*: remove nou2f", 2022-02-05) / PR #4903. See also commit 91b04172b ("keepass*: fix typo in private-dev note", 2022-02-06). Closes #4883. [1] https://github.com/netblue30/firejail/issues/4883#issuecomment-1031172309
* | fix private-cwd for hyperrogue - issue 4910 (Debian 11, Mint, UbuntuLibravatar netblue302022-02-07
|/
* keepass*: fix typo in private-dev noteLibravatar Kelvin M. Klann2022-02-06
| | | | | | | s/nou2f/private-dev/ This amends commit 8a718ff4a ("keepass*: note that private-dev blocks access to new hardware keys", 2022-02-05).
* keepass*: note that private-dev blocks access to new hardware keysLibravatar Kelvin M. Klann2022-02-05
| | | | | | Which may be surprising to some users (see #4883). Fixes #4883.
* keepass*: remove nou2fLibravatar Kelvin M. Klann2022-02-05
| | | | | | | At least keepassxc supports U2F and password managers seem like they would be a common use case for it. See the discussion on #4883.
* mergesLibravatar netblue302022-02-04
|
* Merge pull request #4897 from Eklektisk/librewolf-update-dbusLibravatar netblue302022-02-04
|\ | | | | Update librewolf.profile: use new d-bus message bus
| * Update librewolf.profile: use new message busLibravatar Eklektisk2022-02-03
| | | | | | Starting Librewolf 96.0, Librewolf switched from using d-bus org.mozilla.librewolf.* to io.gitlab.librewolf.*
* | profile checksLibravatar netblue302022-02-03
| |
* | fix map view in geeqieLibravatar netblue302022-02-03
|/
* Merge pull request #4863 from antonv6/antonv6-wine-cacheLibravatar netblue302022-01-24
|\ | | | | {lutris,wine}.profile: allow ~/.cache/wine
| * lutris.profile: allow ~/.cache/wineLibravatar Anton Shestakov2022-01-17
| | | | | | ~/.cache/wine is a directory where wine stores .msi files for wine-gecko and wine-mono that it may download (with user's permission) and reuse every time a new prefix is created.
* | Merge pull request #4873 from reedriley/cointopLibravatar netblue302022-01-24
|\ \ | | | | | | add a profile for cointop
| * | add a profile for cointopLibravatar Reed Riley2022-01-21
| |/
* | akonadi: chasing the socketsLibravatar smitsohu2022-01-23
| |
* | add a profile for 1password (#4874)Libravatar Reed Riley2022-01-21
|/
* blacklist wget2 in firefox-common.profileLibravatar glitsj162022-01-13
|
* blacklist wget2 in chromium-common.profileLibravatar glitsj162022-01-13
|
* profiles: fix librewolf (#4838)Libravatar Reiner Herrmann2022-01-07
|
* Add DBus filter rules specific to firefox-developer-edition (#4832)Libravatar Ammon Smith2022-01-07
| | | | | * Add firefoxdeveloperedition DBus path to profile. * Re-order rules.
* ordering fixesLibravatar glitsj162022-01-06
|
* profiles: allow extensions directories in chromium-common profileLibravatar Reiner Herrmann2022-01-06
|
* profiles: allow /usr/share/webext in chromium profileLibravatar Reiner Herrmann2022-01-06
| | | | Bug-Debian: https://bugs.debian.org/1003234
* Fix clipgrab profile (yt-dlp requires python)Libravatar Jose Riha2021-12-28
|
* disable curl and wget in browsers based on firefox and chromiumLibravatar netblue302021-12-18
|
* allow luaLibravatar glitsj162021-12-13
|
* Merge pull request #4752 from kmk3/elinks-fix-liblua-accessLibravatar netblue302021-12-08
|\ | | | | elinks.profile: Fix missing access to liblua
| * elinks.profile: Fix missing access to libluaLibravatar Kelvin M. Klann2021-12-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By including allow-lua.inc. Error log: $ firejail elinks elinks: error while loading shared libraries: liblua.so.5.4: cannot open shared object file: Permission denied Environment: firejail-git (a82c8e021) and elinks 0.14.3-2 on Artix Linux. Fixes #4707. Reported-by: @jose1711
* | Merge pull request #4743 from vnepogodin/masterLibravatar netblue302021-12-08
|\ \ | |/ |/| Add CachyBrowser profile
| * keep in sync with librewolf.profile from master branchLibravatar Vladislav Nepogodin2021-12-06
| |
| * Add new cachy-browser profileLibravatar Vladislav Nepogodin2021-12-06
| |