[PR #1843] [MERGED] recalibrate dbus access, deploy nodbus option #4087

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/1843
Author: @smitsohu
Created: 3/28/2018
Status: Merged
Merged: 3/30/2018
Merged by: @smitsohu

Base: masterHead: nodbus


📝 Commits (4)

  • 7a37dc3 recalibrate dbus access, deploy nodbus option
  • 02d290c comment nodbus where it interferes with dconf
  • 3a6f755 comment apparmor, net where they interfere with dconf - #1843
  • 093f3cc Merge branch 'master' into nodbus

📊 Changes

119 files changed (+152 additions, -196 deletions)

View changed files

📝 README.md (+4 -3)
📝 etc/7z.profile (+1 -1)
📝 etc/apktool.profile (+1 -2)
📝 etc/ardour5.profile (+1 -2)
📝 etc/ark.profile (+1 -2)
📝 etc/asunder.profile (+1 -0)
📝 etc/atom.profile (+0 -2)
📝 etc/atril.profile (+1 -1)
📝 etc/audacious.profile (+1 -0)
📝 etc/audacity.profile (+2 -3)
📝 etc/baobab.profile (+1 -2)
📝 etc/bleachbit.profile (+1 -2)
📝 etc/bless.profile (+1 -2)
📝 etc/bluefish.profile (+1 -2)
📝 etc/calligra.profile (+1 -2)
📝 etc/catfish.profile (+0 -2)
📝 etc/chromium-common.profile (+4 -0)
📝 etc/cin.profile (+1 -2)
📝 etc/clamav.profile (+1 -2)
📝 etc/cpio.profile (+1 -1)

...and 80 more files

📄 Description

see #1822 and #1825.

  • systematically replaces blacklist /run/user/*/bus with nodbus in all profiles
  • enables nodbus in profiles with apparmor (except the app uses the KDE file dialog)
  • moving forward, the "settings immutable" warning is omitted for net none. As less and less users are affected by the side-effects of net none, the hope is this helps to reduce confusion (rather than add to it).
  • comments apparmor in the kate profile, based on the assumption that the execution restrictions break workflows relying on the embedded compiler or terminal window
  • with contributions from @Fred-Barclay (001c7e62c7)

🔄 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/1843 **Author:** [@smitsohu](https://github.com/smitsohu) **Created:** 3/28/2018 **Status:** ✅ Merged **Merged:** 3/30/2018 **Merged by:** [@smitsohu](https://github.com/smitsohu) **Base:** `master` ← **Head:** `nodbus` --- ### 📝 Commits (4) - [`7a37dc3`](https://github.com/netblue30/firejail/commit/7a37dc31ab907d55eb88f2fa259f37046952a0c5) recalibrate dbus access, deploy nodbus option - [`02d290c`](https://github.com/netblue30/firejail/commit/02d290cacf92065c34c2fe5401024798f3b2fcb9) comment nodbus where it interferes with dconf - [`3a6f755`](https://github.com/netblue30/firejail/commit/3a6f7552de0aa2fe5e97e50a5b1d37c4f0f10494) comment apparmor, net where they interfere with dconf - #1843 - [`093f3cc`](https://github.com/netblue30/firejail/commit/093f3ccf3fdd48dc5d356730532128a6f4de0905) Merge branch 'master' into nodbus ### 📊 Changes **119 files changed** (+152 additions, -196 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+4 -3) 📝 `etc/7z.profile` (+1 -1) 📝 `etc/apktool.profile` (+1 -2) 📝 `etc/ardour5.profile` (+1 -2) 📝 `etc/ark.profile` (+1 -2) 📝 `etc/asunder.profile` (+1 -0) 📝 `etc/atom.profile` (+0 -2) 📝 `etc/atril.profile` (+1 -1) 📝 `etc/audacious.profile` (+1 -0) 📝 `etc/audacity.profile` (+2 -3) 📝 `etc/baobab.profile` (+1 -2) 📝 `etc/bleachbit.profile` (+1 -2) 📝 `etc/bless.profile` (+1 -2) 📝 `etc/bluefish.profile` (+1 -2) 📝 `etc/calligra.profile` (+1 -2) 📝 `etc/catfish.profile` (+0 -2) 📝 `etc/chromium-common.profile` (+4 -0) 📝 `etc/cin.profile` (+1 -2) 📝 `etc/clamav.profile` (+1 -2) 📝 `etc/cpio.profile` (+1 -1) _...and 80 more files_ </details> ### 📄 Description see #1822 and #1825. - systematically replaces `blacklist /run/user/*/bus` with `nodbus` in all profiles - enables `nodbus` in profiles with `apparmor` (except the app uses the KDE file dialog) - moving forward, the "settings immutable" warning is omitted for `net none`. As less and less users are affected by the side-effects of `net none`, the hope is this helps to reduce confusion (rather than add to it). - comments `apparmor` in the kate profile, based on the assumption that the execution restrictions break workflows relying on the embedded compiler or terminal window - with contributions from @Fred-Barclay (001c7e62c7703e80024b00d9dab7206d1deda985) --- <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:32 -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#4087
No description provided.