aboutsummaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAge
...
* | | | fix server.profileLibravatar netblue302023-07-10
|/ / /
* | / fix ani-cli.profile (#5892)Libravatar pirate4867431862023-07-10
| |/ |/| | | Co-authored-by: pirate486743186 <>
* | Merge pull request #5885 from pirate486743186/lobsterLibravatar netblue302023-07-06
|\ \ | | | | | | fix lobster.profile
| * | fix lobster.profileLibravatar pirate4867431862023-07-05
| | |
* | | fix mov-cli.profileLibravatar pirate4867431862023-07-05
|/ /
* / virtualbox: gentoo fix (#5880)Libravatar glitsj162023-07-04
|/
* fbreader/FBReader profile fixes; more on static ip mapLibravatar netblue302023-06-27
|
* Merge pull request #5847 from pirate486743186/update-lobster-profileLibravatar Kelvin M. Klann2023-06-23
|\ | | | | update lobster profile
| * update lobster profileLibravatar pirate4867431862023-06-14
| |
* | profiles: vmware: allow develLibravatar Kelvin M. Klann2023-06-21
| | | | | | | | | | | | | | | | | | | | | | It apparently fails on Linux Mint 20.3 (based on Ubuntu 20.04) due to the "VMWare Kernel Module Updater" being unable to find gcc[1]. Relates to #3526. [1] https://github.com/netblue30/firejail/issues/5861#issuecomment-1598407890 Reported-by: @MikeNavy
* | profiles: add vmplayer.profileLibravatar Kelvin M. Klann2023-06-21
| | | | | | | | | | | | | | | | | | | | | | | | | | As a redirect to vmware.profile. This is apparently the filename for the "VMWare Workstation Player" on Linux Mint 20.3 (based on Ubuntu 20.04)[1]. Relates to #3526. [1] https://github.com/netblue30/firejail/issues/5861#issuecomment-1598132860 Reported-by: @MikeNavy
* | profiles: fix descriptions of vmware programsLibravatar Kelvin M. Klann2023-06-21
| | | | | | | | Relates to #3526.
* | cleanupLibravatar netblue2023-06-18
|/
* firefox: fix private-etc firefoxLibravatar glitsj162023-06-05
|
* Merge branch 'master' into clawsmail-clamavLibravatar netblue302023-05-19
|\
| * Merge pull request #5808 from Dieterbe/qutebrowser-qt6-mpris-changeLibravatar netblue302023-05-19
| |\ | | | | | | qutebrowser: update MPRIS name for qutebrowser-qt6
| | * qutebrowser: update MPRIS name for qutebrowser-qt6Libravatar Dieter Plaetinck2023-05-05
| | | | | | | | | | | | see https://github.com/qutebrowser/qutebrowser/issues/7431
| * | block local python (#5826)Libravatar pirate4867431862023-05-11
| | | | | | | | | Co-authored-by: pirate486743186 <>
| * | email-common: fix bogofilter/bsfilter support (#5810)Libravatar glitsj162023-05-05
| | |
| * | Fix mpv 0.35.1 in Fedora 38Libravatar rusty-snake2023-04-29
| |/
| * element-desktop: allow notifications in profile (#5805)Libravatar Pedro Ribeiro2023-04-26
| | | | | | | | | | I assume most people want this on, since it is a messenger application, and you can control whether you turn it on or off in the app.
| * Fix typo in pycharm-professional includeLibravatar Pedro Ribeiro2023-04-24
| |
| * profiles: standardize on just "GTK" on commentsLibravatar Kelvin M. Klann2023-04-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For consistency and to reduce confusion. The toolkit has been renamed from "GTK+" to just "GTK" in 2019[1]. Note: This also fixes some adjacent typos. Commands used to search and replace: $ git grep -lz 'G[Tt][Kk]' -- etc | xargs -0 -I '{}' sh -c \ "printf '%s\n' \"\$(sed -E \ -e 's/G[Tt][Kk]\+?/GTK/g' \ -e 's/GTK-.\.0/GTK/g' \ -e 's/GTK base/GTK-base/g' \ -e 's/GTK-base /GTK-based /g' \ -e 's/Light weight/Lightweight/g' \ -e 's/client with GTK/client made with GTK/g' '{}')\" >'{}'" Misc: I noticed this on #5722. [1] https://mail.gnome.org/archives/gtk-devel-list/2019-February/msg00000.html
| * Merge pull request #5722 from pirate486743186/youtube-viewersLibravatar Kelvin M. Klann2023-04-19
| |\ | | | | | | youtube-viewers: refactor and add gtk-youtube-viewers-common
| | * youtube-viewers: refactor and add gtk-youtube-viewers-commonLibravatar pirate4867431862023-04-16
| | |
| * | New profile: url-eater (#5780)Libravatar glitsj162023-04-18
| |/ | | | | | | | | * Create url-eater.profile * RELNOTES: add url-eater to 'new profiles'
| * Merge pull request #5777 from hotcapy/patch-1Libravatar Kelvin M. Klann2023-04-11
| |\ | | | | | | softmaker-common.profile: add fstab to private-etc
| | * softmaker-common.profile: add fstab to private-etcLibravatar Hotty Capy2023-04-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When using `private-etc`, the app "forgets" its product key and asks for license activation, even though it had already been done. Allow access to "/etc/fstab" to avoid it & the related GUI error: The application cannot create a unique identifier. Please make sure the application has sufficient permissions. Fixes #5773.
| * | Merge pull request #5755 from kmk3/profiles-allow-lxqtLibravatar netblue302023-04-06
| |\ \ | | | | | | | | profiles: allow lxqt config dir
| | * | profiles: allow lxqt config dirLibravatar Kelvin M. Klann2023-03-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As suggested by @glitsj16: https://github.com/netblue30/firejail/discussions/5754#discussioncomment-5428651 Fixes #5754 (font size/dpi issues). Reported-by: @hotcapy
| * | | Merge pull request #5763 from kmk3/profiles-mv-readonlyLibravatar netblue302023-04-06
| |\ \ \ | | | | | | | | | | profiles: move read-only config entries to disable-common.inc
| | * | | profile.template: note to put read-only entries in dcLibravatar Kelvin M. Klann2023-03-29
| | | | |
| | * | | profiles: move read-only config entries to dcLibravatar Kelvin M. Klann2023-03-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Command used to search for entries: $ git grep '^read-only ${HOME}/' -- 'etc/profile*' Note for gpg: ~/.gnupg/gpg.conf is apparently only managed by gpgconf(1) rather than through gpg(1) itself, in which case it does not need to be made read-write in gpg.profile.
| | * | | cower: move blacklist from disable-programs to dcLibravatar Kelvin M. Klann2023-03-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is an AUR helper and disable-common.inc has entries for pacman and other system package managers. Added on commit 6c10737f0 ("archaudit-report and cower for Arch platforms, #1642", 2017-11-15).
| | * | | firefox: move read-only entries to disable-common.incLibravatar Kelvin M. Klann2023-03-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of duplicating them on every profile that tries to allow opening links in Firefox. And make that path read-write on firefox.profile.
| | * | | mpv: move read-only entries to disable-common.incLibravatar Kelvin M. Klann2023-03-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note: mpv itself does not modify anything in ~/.config/mpv as far as I know, in which case it does not need a read-write entry. Relates to #5706 #5707 #5710.
| | * | | whitelist-common.inc: remove read-only entriesLibravatar Kelvin M. Klann2023-03-27
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | They are already present on etc/inc/disable-common.inc. First added on commit 695b67f43 ("handle ~/.config/user-dirs.dirs", 2015-11-17).
| * | / standardnotes-desktop: custom (cursor) theme support (#5768)Libravatar glitsj162023-04-03
| | |/ | |/|
| * | pidgin: allow netlinkLibravatar Harry Seiler2023-04-03
| | | | | | | | | | | | Fixes #5764
| * | Create standard-notes.profile (#5761)Libravatar glitsj162023-03-29
| |/ | | | | | | | | * Create standard-notes.profile * RELNOTES: add standard-notes to 'new profiles'
| * Merge pull request #5710 from pirate486743186/mov-cliLibravatar netblue302023-03-23
| |\ | | | | | | add mov-cli.profile
| | * add mov-cliLibravatar pirate4867431862023-03-04
| | |
| * | Merge pull request #5728 from pirate486743186/chromium-electron-commonLibravatar netblue302023-03-23
| |\ \ | | | | | | | | create blink-common.profile
| | * | create blink-common.profileLibravatar pirate4867431862023-03-16
| | | |
| * | | keepassxc: Allow offering the Secret ServiceLibravatar Thijs Raymakers2023-03-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | KeePassXC can offer a Secret Service to store secrets for other programs. See https://specifications.freedesktop.org/secret-service/latest/
| * | | Add profiles for jami and postman (#5691)Libravatar Kobaxidze2562023-03-15
| | | |
| * | | fix ani-cli.profile (#5733)Libravatar pirate4867431862023-03-14
| | | | | | | | | | | | Co-authored-by: pirate486743186 <>
| * | | refresh engrampa.profile (#5734)Libravatar pirate4867431862023-03-14
| | | | | | | | | | | | Co-authored-by: pirate486743186 <>
| * | | file-roller: slight hardening (#5736)Libravatar glitsj162023-03-14
| | | |
| * | | microsoft-edge fixes (#5697)Libravatar glitsj162023-03-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * microsoft-edge*: fix spacing * Create microsoft-edge-stable.profile Relates to #5696. * firecfg.config: add support for microsoft-edge-stable redirect * disable-common.inc: blacklist msedge SUID executables * microsoft-edge: add private-opt and allow internal sandbox access