aboutsummaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAge
...
| * | 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
| * | | profiles: drop hostname option (#5702)Libravatar glitsj162023-03-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now that we have randomized UTS namespaces support[1] by default for every sandbox, there's no longer a need to set hostname to a fixed value. This commit removes such fixed hostname entries from all profiles that have it. [1] https://github.com/netblue30/firejail/discussions/5597#discussioncomment-4996357
| * | | profiles: streamline seccomp socket comment (#5735)Libravatar glitsj162023-03-14
| | | | | | | | | | | | | | | | | | | | No functional changes. Relates to #639.
| * | | Merge pull request #5325 from pirate486743186/tutanota-desktop.profile-fixLibravatar netblue302023-03-13
| |\ \ \ | | | | | | | | | | tutanota-desktop.profile improvements
| | * | | tutanota-desktop.profile improvementsLibravatar pirate4867431862023-02-26
| | | | |
| * | | | Merge pull request #5715 from pirate486743186/yt-dlpLibravatar netblue302023-03-13
| |\ \ \ \ | | | | | | | | | | | | refactor yt-dlp
| | * | | | refactor yt-dlpLibravatar pirate4867431862023-03-09
| | | |_|/ | | |/| |
| * | | | Add Discord PTB profileLibravatar Neotamandua2023-03-12
| | |_|/ | |/| |
| * | | mpv: improve and clarify comments (#5711)Libravatar glitsj162023-03-09
| | | |
| * | | Merge pull request #5717 from glitsj16/aa-examplesLibravatar netblue302023-03-08
| |\ \ \ | | | | | | | | | | firejail-local: fix examples
| | * | | firejail-local: fix examplesLibravatar glitsj162023-03-07
| | |/ /
| * | | Merge pull request #5718 from marek22k/masterLibravatar netblue302023-03-08
| |\ \ \ | | | | | | | | | | email-common.profile: allow bsfilter
| | * | | email-common.profile: allow bsfilterLibravatar Marek Küthe2023-03-08
| | |/ / | | | | | | | | | | | | | | | | https://bsfilter.org/ Signed-off-by: Marek Küthe <m.k@mk16.de>
| * | | Merge pull request #5707 from pirate486743186/ani-cliLibravatar netblue302023-03-08
| |\ \ \ | | | | | | | | | | add ani-cli.profile
| | * | | add ani-cli.profileLibravatar pirate4867431862023-03-05
| | |/ / | | | | | | | | | | | | https://github.com/pystardust/ani-cli
| * | | Merge pull request #5714 from pirate486743186/porn-cliLibravatar netblue302023-03-08
| |\ \ \ | | | | | | | | | | add porn-cli.profile
| | * | | add porn-cli.profileLibravatar pirate4867431862023-03-05
| | |/ /
| * / / add lobster.profileLibravatar pirate4867431862023-03-03
| |/ / | | | | | | | | | https://github.com/justchokingaround/lobster
* / / email-common.profile: allow clamav plugin for claws-mailLibravatar Marek Küthe2023-03-08
|/ / | | | | | | | | | | Closes #5716 Signed-off-by: Marek Küthe <m.k@mk16.de>
* | gajim: allow loading plugins (#5705)Libravatar Marek Küthe2023-03-02
| | | | | | | | | | Closes https://github.com/netblue30/firejail/issues/5704 Signed-off-by: Marek Küthe <m.k@mk16.de>
* | bulk renaming electron to electron-common (#5700)Libravatar pirate4867431862023-03-01
| | | | | | Co-authored-by: pirate486743186 <>
* | rsync-download_only: fix local override name (#5695)Libravatar glitsj162023-02-28
| |
* | minor clarify userns comments (#5686)Libravatar pirate4867431862023-02-26
|/ | | Co-authored-by: pirate486743186 <>
* parsecd: ordering fixes (#5682)Libravatar glitsj162023-02-25
|
* Merge pull request #5646 from NetSysFire/parsecdLibravatar netblue302023-02-24
|\ | | | | New profile: parsecd
| * parsecd.profile: more white and blacklistingLibravatar NetSysFire2023-02-24
| |