aboutsummaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAge
...
| * | disable-common.inc: sort history file pathsLibravatar Kelvin M. Klann2023-01-30
| | |
| * | disable-common.inc: remove redundant history entryLibravatar Kelvin M. Klann2023-01-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | This is already blocked by the first entry: blacklist-nolog ${HOME}/.*_history Added on commit 1d56e466c ("three new blacklist in disable-common.inc", 2019-06-18).
| * | private-etc: moved group names to @group syntax; GUI group renamed as @x11 ↵Libravatar netblue302023-01-30
| | | | | | | | | | | | group; added nvidia and X11 directories to @x11 group.
| * | Merge pull request #5626 from kmk3/mutt-reduce-mkdirLibravatar netblue302023-01-30
| |\ \ | | | | | | | | mutt.profile: add ~/.mutthistory & reduce amount of paths created
| | * | mutt.profile: stop creating config files for other programsLibravatar Kelvin M. Klann2023-01-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Let either the respective program or the user create the file. * ~/.bogofilter: Used by the bogofilter program * ~/.msmtprc: Used by the msmtp program Added on commit a8a8e33bc ("Add whitelisting to mutt; improve geary, new profile for neomutt", 2020-12-28) / PR #3849.
| | * | mutt.profile: stop creating editor/browser pathsLibravatar Kelvin M. Klann2023-01-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To reduce the amount of spam created in the user home directory. It's unlikely that these paths are going to be both: * Created only after mutt is first opened through firejail and * Created from within mutt Also, no other profile does that: $ git grep -El '(mkdir|mkfile) \$\{HOME\}/\.(emacs|nano|vim)' -- etc etc/profile-m-z/mutt.profile So just whitelist them if they already exist. Added on commit a8a8e33bc ("Add whitelisting to mutt; improve geary, new profile for neomutt", 2020-12-28) / PR #3849.
| | * | mutt.profile: add ~/.mutthistoryLibravatar Kelvin M. Klann2023-01-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From the manual of mutt 2.2.9: > 3.125. history_file > > Type: path > Default: "~/.mutthistory" > > The file in which Mutt will save its history.
| * | | Merge pull request #5629 from glitsj16/atool-fixLibravatar netblue302023-01-30
| |\ \ \ | | |_|/ | |/| | atool: fix private-etc
| | * | atool: fix private-etcLibravatar glitsj162023-01-28
| | | |
* | | | warzone2100: add mkdirLibravatar glitsj162023-01-29
| | | | | | | | | | | | As suggested in review.
* | | | additional blacklisting for warzone2100 on Arch LinuxLibravatar glitsj162023-01-29
| | | |
* | | | warzone2100: additional paths for Arch LinuxLibravatar glitsj162023-01-29
|/ / /
* / / ci: run sort.py to fix ciLibravatar Kelvin M. Klann2023-01-29
|/ / | | | | | | | | | | Command used: $ ./ci/check/profiles/sort.py etc/inc/*.inc etc/profile-*/*.profile
* | qutebrowser.profile: Add passwd to private-etc (#5624)Libravatar amano-kenji2023-01-28
| | | | | | | | This is necessary if I want to launch a terminal editor from qutebrowser.
* | private-etc: corss-distro test for curl, gimp, inkscape, firefox, warzone2100Libravatar netblue302023-01-28
|/
* fix qutebrowser not opening tabs (#5618)Libravatar Alexandre Provencio2023-01-25
| | | | Closes #5601
* fix pingus profileLibravatar netblue302023-01-25
|
* zoom.profile: whitelist ~/.config/zoom.conf (#5596)Libravatar fkrone2023-01-24
| | | | | | | | | | | | | * zoom.profile: whitelist ~/.config/zoom.conf With Zoom version 5.12.6, Zoom changed how they handle encrypting the local database. This change resulted in the new file zoom.conf being used. As it is not allowed by the current profile, this could lead to users losing their chat history if they cannot be retrieved from the cloud (e.g. when e2e encryption is used). * zoom.profile: noblacklist ~/.config/zoom.conf Additional blacklisting for other programs to the configuration file.
* profanity: fix notifications (#5602)Libravatar Mohammed Anas2023-01-24
|
* wireshark: fix private-etc commentLibravatar glitsj162023-01-21
|
* transgui: fix networkingLibravatar glitsj162023-01-21
|
* sqlitebrowser: fix networkingLibravatar glitsj162023-01-21
|
* qnapi: fix networkingLibravatar glitsj162023-01-21
|
* pavucontrol: fix networkingLibravatar glitsj162023-01-21
|
* netactview: fix networkingLibravatar glitsj162023-01-21
|
* mpDris2: fix networkingLibravatar glitsj162023-01-21
|
* gnome-clocks: fix networkingLibravatar glitsj162023-01-21
|
* gmpc: fix networkingLibravatar glitsj162023-01-21
|
* arm: fix networkingLibravatar glitsj162023-01-21
|
* amarok: fix private-etc commentLibravatar glitsj162023-01-21
|
* private-etc rework: remove hiding blacklisted files in private-etc directory ↵Libravatar netblue302023-01-20
| | | | feature
* cleanupLibravatar netblue302023-01-19
|
* cleanupLibravatar netblue302023-01-19
|
* cleanupLibravatar netblue302023-01-19
|
* more profile fixes/testingLibravatar netblue302023-01-19
|
* some profile updatesLibravatar netblue302023-01-18
|
* Merge pull request #5595 from kmk3/rename-etc-no-blacklistedLibravatar netblue302023-01-16
|\ | | | | Rename etc-no-blacklisted to etc-hide-blacklisted
| * firejail.config: explain potential issues with etc-hide-blacklistedLibravatar Kelvin M. Klann2023-01-16
| | | | | | | | | | | | | | Let users know that enabling this may break /etc/resolv.conf. Added on commit ded50200e ("opt-in: skip blacklisted files in private-etc - #5010, #5230", 2023-01-15) / PR #5591.
| * Rename etc-no-blacklisted to etc-hide-blacklistedLibravatar Kelvin M. Klann2023-01-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To avoid boolean confusion (`no-foo no` / `no-foo yes`) in firejail.config: etc-no-blacklisted no etc-no-blacklisted yes Commands used to search and replace: git grep -Ilz -i 'etc.no.blacklisted' -- etc src | xargs -0 -I '{}' sh -c "printf '%s\n' \"\$(sed \ -e 's/etc-no-blacklisted/etc-hide-blacklisted/' \ -e 's/ETC_NO_BLACKLISTED/ETC_HIDE_BLACKLISTED/' \ '{}')\" >'{}'" Added on commit ded50200e ("opt-in: skip blacklisted files in private-etc - #5010, #5230", 2023-01-15) / PR #5591.
* | add timezone access to make libical functionalLibravatar bymoz0892023-01-16
|/ | | claws-mail vcalendar-plugin uses libical to get current timezone. Libical needs access to file `/etc/timezone` to work properly.
* Merge pull request #5591 from smitsohu/private-etc-no-blacklistedLibravatar netblue302023-01-15
|\ | | | | opt-in: hide blacklisted files in /etc
| * opt-in: skip blacklisted files in private-etc - #5010, #5230Libravatar smitsohu2023-01-15
| |
* | Merge pull request #5571 from glitsj16/ec-refactorLibravatar netblue302023-01-15
|\ \ | | | | | | email-common refactoring
| * | balsa: drop private-binLibravatar glitsj162023-01-07
| | | | | | | | | Supporting 'level 1 hack' to allow opening hyperlinks with firefox needs xdg-open (besides bash,sh). Adding xdg-open to private-bin is not enough, as it pulls in a long list of other commands and that's pretty unmaintainable IMO. So I opted to drop private-bin here.
| * | email-common: simplify D-Bus filteringLibravatar glitsj162023-01-06
| | | | | | | | | Suggested in review.
| * | balsa: re-add private-bin comment for gpgLibravatar glitsj162023-01-06
| | | | | | | | | Pointed out in review that this comment was removed by mistake.
| * | email-common: refactoringLibravatar glitsj162023-01-04
| | | | | | | | | No longer used for claws-mail and sylpheed only.
| * | sylpheed: refactoringLibravatar glitsj162023-01-04
| | |
| * | claws-mail: refactoringLibravatar glitsj162023-01-04
| | |
| * | balsa: refactor as email-common.profile redirectLibravatar glitsj162023-01-04
| |/