[PR #1825] [CLOSED] WIP: Recalibration of D-Bus access, see #1822 #4079

Closed
opened 2026-05-05 10:13:22 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/1825
Author: @smitsohu
Created: 3/22/2018
Status: Closed

Base: masterHead: dbus


📝 Commits (10+)

📊 Changes

86 files changed (+647 additions, -122 deletions)

View changed files

📝 Makefile.in (+2 -2)
📝 README (+3 -0)
📝 README.md (+53 -3)
📝 RELNOTES (+5 -2)
📝 configure (+30 -4)
📝 configure.ac (+20 -4)
dummy.c (+3 -0)
📝 etc/0ad.profile (+1 -0)
etc/akonadi_control.profile (+49 -0)
📝 etc/atom.profile (+1 -0)
etc/atril-previewer.profile (+10 -0)
etc/atril-thumbnailer.profile (+10 -0)
📝 etc/atril.profile (+1 -1)
📝 etc/audacious.profile (+2 -0)
📝 etc/bibletime.profile (+1 -0)
etc/blender-2.8.profile (+6 -0)
📝 etc/catfish.profile (+1 -0)
📝 etc/chromium-common.profile (+5 -0)
📝 etc/digikam.profile (+2 -0)
📝 etc/disable-common.inc (+1 -0)

...and 66 more files

📄 Description

A few notes:

  • Atril I found broken without D-Bus, probably because it can't talk to its server process atrild anymore. Same for Xreader.
  • SMPlayer uses the KDE file dialog, so we need to treat it like other KDE apps.
  • Audacity, Kodi are not yet included here.

Still I am a bit unsure if we really can freeze application settings in some cases. Looking at the rich settings that gedit or rhythmbox expose (for a reason), can we make exceptions case by case?


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netblue30/firejail/pull/1825 **Author:** [@smitsohu](https://github.com/smitsohu) **Created:** 3/22/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dbus` --- ### 📝 Commits (10+) - [`6e51b93`](https://github.com/netblue30/firejail/commit/6e51b93f953329e5dbf3a6a4a69a72c710b22c60) recalibration of d-bus access, see #1822 - [`0ea82b2`](https://github.com/netblue30/firejail/commit/0ea82b2e062abaa76717a361f39a61b908562e4a) fix ping hostname - [`7872491`](https://github.com/netblue30/firejail/commit/78724915315d3d6120b813e45a4543d1be42a56a) added java support for libreoffice - [`e3f64f7`](https://github.com/netblue30/firejail/commit/e3f64f751ec2caaf4c209f95eefab5bc9166db0e) support Spectre mitigation patch for gcc compiler - [`7b808e6`](https://github.com/netblue30/firejail/commit/7b808e6d3f2bee32e86a42c7bb46154d7c8e1a08) fixes - [`2064c3c`](https://github.com/netblue30/firejail/commit/2064c3c871bba96cc71abf20dfbf9cab66b3f42c) Create gnome-recipes.profile - [`e203d63`](https://github.com/netblue30/firejail/commit/e203d6353a5566e7a2ccdae25309c636b1fb76a0) gnome-recipes profile - [`ea4cad6`](https://github.com/netblue30/firejail/commit/ea4cad64c0dcb63706e6cedd2e73e21e77b2d2a6) malloc/free problem - [`94468d6`](https://github.com/netblue30/firejail/commit/94468d6a3bea5ad6a6e0c2e92036e195c68d57d1) add whitelist-common.inc - [`208db6c`](https://github.com/netblue30/firejail/commit/208db6c3fa38d7792e95e3d5e559330b5873f14f) Merge pull request #1828 from glitsj16/gnome-recipes ### 📊 Changes **86 files changed** (+647 additions, -122 deletions) <details> <summary>View changed files</summary> 📝 `Makefile.in` (+2 -2) 📝 `README` (+3 -0) 📝 `README.md` (+53 -3) 📝 `RELNOTES` (+5 -2) 📝 `configure` (+30 -4) 📝 `configure.ac` (+20 -4) ➕ `dummy.c` (+3 -0) 📝 `etc/0ad.profile` (+1 -0) ➕ `etc/akonadi_control.profile` (+49 -0) 📝 `etc/atom.profile` (+1 -0) ➕ `etc/atril-previewer.profile` (+10 -0) ➕ `etc/atril-thumbnailer.profile` (+10 -0) 📝 `etc/atril.profile` (+1 -1) 📝 `etc/audacious.profile` (+2 -0) 📝 `etc/bibletime.profile` (+1 -0) ➕ `etc/blender-2.8.profile` (+6 -0) 📝 `etc/catfish.profile` (+1 -0) 📝 `etc/chromium-common.profile` (+5 -0) 📝 `etc/digikam.profile` (+2 -0) 📝 `etc/disable-common.inc` (+1 -0) _...and 66 more files_ </details> ### 📄 Description A few notes: - Atril I found broken without D-Bus, probably because it can't talk to its server process atrild anymore. Same for Xreader. - SMPlayer uses the KDE file dialog, so we need to treat it like other KDE apps. - Audacity, Kodi are not yet included here. Still I am a bit unsure if we really can freeze application settings in some cases. Looking at the rich settings that gedit or rhythmbox expose (for a reason), can we make exceptions case by case? --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 10:13:22 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#4079
No description provided.