aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z
Commit message (Collapse)AuthorAge
* private-etc: big profile changesLibravatar netblue302023-02-05
|
* Merge pull request #5635 from kmk3/dc-add-ro-editor-browserLibravatar netblue302023-01-31
|\ | | | | disable-common.inc: add more ro editor/browser paths
| * disable-common.inc: make ~/.config/nano read-onlyLibravatar Kelvin M. Klann2023-01-30
| | | | | | | | | | | | Similarly to the existing ~/.nanorc entry. Taken from nano.profile.
| * disable-common.inc: add more ro editor/browser pathsLibravatar Kelvin M. Klann2023-01-30
| | | | | | | | | | | | | | | | | | Move some paths from mutt.profile and neomutt.profile. Added on commit 6b9bfad37 ("Fix python; add read-only to editors/cli browsers;re-add cache directory", 2020-12-29) / PR #3849. Misc: This is a follow-up to #5626.
* | Merge branch 'netblue30:master' into warzone2100Libravatar glitsj162023-01-31
|\|
| * 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.
* | | warzone2100: add mkdirLibravatar glitsj162023-01-29
| | | | | | | | | As suggested in review.
* | | 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
|
* 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 #5571 from glitsj16/ec-refactorLibravatar netblue302023-01-15
|\ | | | | email-common refactoring
| * sylpheed: refactoringLibravatar glitsj162023-01-04
| |
* | Merge pull request #5563 from glitsj16/linuxqqLibravatar netblue302023-01-15
|\ \ | | | | | | New profiles: linuxqq/qq
| * | Merge branch 'netblue30:master' into linuxqqLibravatar glitsj162023-01-04
| |\|
| * | Create qq.profileLibravatar glitsj162023-01-03
| | |
* | | QMediathekView: add mkdir and reorder whitelist optionsLibravatar glitsj162023-01-12
| | | | | | | | | As suggested in review.
* | | QMediathekView: hardeningLibravatar glitsj162023-01-11
| |/ |/|
* | Merge pull request #5564 from glitsj16/claws-mail+sylpheedLibravatar netblue302023-01-04
|\ \ | | | | | | claws-mail and sylpheed D-Bus hardening
| * | sylpheed: allow opening hyperlinks via D-BusLibravatar glitsj162023-01-03
| |/
* / ytmdesktop: fix typo (#5567)Libravatar glitsj162023-01-04
|/
* window manager profiles: fix browser/electron internal sandboxesLibravatar smitsohu2022-12-25
|
* New profile: ssmtp (#5544)Libravatar glitsj162022-12-21
| | | | | | | | | | | | | | | * disable-programs.inc: add ssmtp support * Create ssmtp.profile * ssmtp: support Debian/Ubuntu * README.md: add ssmtp to 'New profiles' section * disable-common.inc: move ssmtp support to keep CI happy * ssmtp: improve dead.letter comment Suggested in [review](https://github.com/netblue30/firejail/pull/5544#pullrequestreview-1225322546).
* spectre-meltdown-checker: fixes (#5546)Libravatar glitsj162022-12-21
|
* seahorse refactoring (#5543)Libravatar glitsj162022-12-21
| | | | | | | | | | | | | | | | | * seahorse: fixes and hardening * seahorse-daemon: hardening * seahorse-tool: move private-etc items to seahorse * seahorse: unbreak nautilus file encryption As suggested [in review](https://github.com/netblue30/firejail/pull/5543#pullrequestreview-1225250520). * seahorse-tool: move private-tmp to seahorse * seahorse: add private-tmp * seahorse: fix access to ssh-agent socket
* Rename xlinks2 to xlinks2.profileLibravatar rusty-snake2022-12-20
|
* add restrict-namespaces to (almost) all profilesLibravatar smitsohu2022-12-20
|
* Add support for Qt6 (#5527)Libravatar glitsj162022-12-14
| | | | | * qbittorrent: add support for Qt6 * wusc: add support for Qt6
* Fix whitelisting for wusc (#5526)Libravatar glitsj162022-12-14
| | | Overlooked [this comment](https://github.com/netblue30/firejail/pull/5389#discussion_r992471940) that pointed out a mistake I made.
* private-etc: always reference 'alternatives' (#5517)Libravatar glitsj162022-12-09
| | | | | | | | | * private-etc: always include 'alternatives' * private-etc: always include 'alternatives' * private-etc: always include 'alternatives' * private-etc: always include 'alternatives'