aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l
Commit message (Collapse)AuthorAge
...
* firefox: fix private-etc firefoxLibravatar glitsj162023-06-05
|
* Merge branch 'master' into clawsmail-clamavLibravatar netblue302023-05-19
|\
| * email-common: fix bogofilter/bsfilter support (#5810)Libravatar glitsj162023-05-05
| |
| * 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.
| * 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
| * youtube-viewers: refactor and add gtk-youtube-viewers-commonLibravatar pirate4867431862023-04-16
| |
| * 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.
| * 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.
| * 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
| | |
| * | 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 #5715 from pirate486743186/yt-dlpLibravatar netblue302023-03-13
| |\ \ | | | | | | | | refactor yt-dlp
| | * | refactor yt-dlpLibravatar pirate4867431862023-03-09
| | | |
| * | | Add Discord PTB profileLibravatar Neotamandua2023-03-12
| | |/ | |/|
| * | 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
| * / 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 <>
* minor clarify userns comments (#5686)Libravatar pirate4867431862023-02-26
| | | Co-authored-by: pirate486743186 <>
* Merge pull request #5674 from kmk3/fix-ws-add-editorconfigLibravatar netblue302023-02-24
|\ | | | | build: Fix whitespace and add .editorconfig
| * Fix EOL at EOFLibravatar Kelvin M. Klann2023-02-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commands used to search and replace: $ git grep -Ilz '.' | xargs -0 -I '{}' sh -c \ "printf '%s\n' \"\$(cat '{}')\" >'{}'" The above commands ensure that there is exaclty 1 line terminator at EOF (rather than 0 or more than 1) on all non-empty text files. This fixes all of the "new blank line at EOF" errors raised by git: $ git diff --check 4b825dc642cb6eb9a060e54bf8d69288fbee4904..HEAD | grep '^[^+]' | cut -f 3 -d : | LC_ALL=C sort | uniq -c 21 new blank line at EOF. 72 space before tab in indent. 4 trailing whitespace.
* | more private-etcLibravatar netblue302023-02-24
| |
* | New profiles: qpdf and redirects (#5675)Libravatar glitsj162023-02-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Create qpdf.profile and redirects qpdf (CLI) provides PDF metadata cleaning. See privacy-handbuch.de[1] for details. The site offers pdf-meta-clean.sh[2], which works very well with firejailed qpdf. [1] https://www.privacy-handbuch.de/handbuch_43a.htm [2] https://www.privacy-handbuch.de/download/pdf-meta-clean.sh * RELNOTES: add qpdf and redirects to new profiles section * firecfg.config: add qpdf and redirects * qpdf: use 'seccomp socket' instead of 'protocol unix' See https://github.com/netblue30/firejail/issues/639. Thanks @rusty-snake in code review.
* | apostrophe: drop whitelist covered by wusc (#5671)Libravatar glitsj162023-02-23
|/
* wusc: allow hyphenation (#5666)Libravatar glitsj162023-02-15
|
* com.github.johnfactotum.Foliate: fix .local include (#5665)Libravatar glitsj162023-02-15
|
* merges, disable sort.py in profile checks temporarely, two more private-etc ↵Libravatar netblue302023-02-14
| | | | profiles
* private-etc: kdiff3, gzip, gunzip, tar etcLibravatar netblue302023-02-10
|
* private-etc: more on gcryptLibravatar netblue302023-02-09
|
* private-etc: moving gcrypt from tls-ca to x11 groupLibravatar netblue302023-02-08
|
* private-etc: libreoffice, audacity, forzen-bubble, transmission, ↵Libravatar netblue302023-02-08
| | | | md5sum/sha512sum, more sysutils testing, fix electron-hardened.inc.profile
* private-etc: pushing vulkan into games groupLibravatar netblue302023-02-06
|
* Merge pull request #5642 from glitsj16/private-etc-ephemeralLibravatar netblue302023-02-06
|\ | | | | ephemeral: use newly introduced private-etc @groups syntax
| * ephemeral: use newly introduced private-etc @groups syntaxLibravatar glitsj162023-02-06
| |
* | Merge branch 'master' into private-etc-fixesLibravatar netblue302023-02-06
|\|
| * private-etc: java directory fixesLibravatar netblue302023-02-05
| |
| * private-etc: groups modifiedLibravatar netblue302023-02-05
| |
* | ghostwriter: fix private-etcLibravatar glitsj162023-02-05
| | | | | | There is no `/etc/groups` AFAIK. Existing typo prior to private-etc rework likely caused this.
* | email-common: fix private-etcLibravatar glitsj162023-02-05
| | | | | | There is no `/etc/groups` AFAIK. Existing typo prior to private-etc rework likely caused this.