[PR #2600] [MERGED] Seahorse revisited #4438

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/2600
Author: @ghost
Created: 3/15/2019
Status: Merged
Merged: 3/16/2019
Merged by: @undefined

Base: masterHead: seahorse-revisited


📝 Commits (7)

  • c3b1f40 Refactor seahorse into a whitelist profile
  • 56d3c6e Refactor seahorse-tool as a whitelist profile
  • cbd98f2 Create seahorse-daemon.profile
  • 24bf66c Add seahorse-daemon to firecfg
  • 6889255 Drop blacklist /tmp/.X11-unix from seahorse.profile
  • a5932d6 Add non-GUI option to seahorse-daemon
  • 95f21ac Merge branch 'master' into seahorse-revisited

📊 Changes

4 files changed (+58 additions, -16 deletions)

View changed files

etc/seahorse-daemon.profile (+15 -0)
📝 etc/seahorse-tool.profile (+2 -11)
📝 etc/seahorse.profile (+40 -5)
📝 src/firecfg/firecfg.config (+1 -0)

📄 Description

Currently the seahorse{-tool} profiles include gpg.profile, which works fine. IMHO this could be improved upon. This draft attempts to do so by decoupling seahorse{-tool} from the gpg profile and by making seahorse profiles fully whitelist profiles instead.

Comments, opinions, etcetera very welcome.


🔄 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/2600 **Author:** [@ghost](https://github.com/ghost) **Created:** 3/15/2019 **Status:** ✅ Merged **Merged:** 3/16/2019 **Merged by:** [@undefined](undefined) **Base:** `master` ← **Head:** `seahorse-revisited` --- ### 📝 Commits (7) - [`c3b1f40`](https://github.com/netblue30/firejail/commit/c3b1f404f733d14dfa396a805ba75f655b93624e) Refactor seahorse into a whitelist profile - [`56d3c6e`](https://github.com/netblue30/firejail/commit/56d3c6e03c1216e9b24376dd2f190ba174b9d3e2) Refactor seahorse-tool as a whitelist profile - [`cbd98f2`](https://github.com/netblue30/firejail/commit/cbd98f2e681687e93dbb938042361b50d0224394) Create seahorse-daemon.profile - [`24bf66c`](https://github.com/netblue30/firejail/commit/24bf66cb4811b2c139e6bd7010c40c33d232cf15) Add seahorse-daemon to firecfg - [`6889255`](https://github.com/netblue30/firejail/commit/68892550a24f4ba81fbd873c040438da92719765) Drop blacklist /tmp/.X11-unix from seahorse.profile - [`a5932d6`](https://github.com/netblue30/firejail/commit/a5932d6cbaf1054d611d4dda3b24a58a01b2b276) Add non-GUI option to seahorse-daemon - [`95f21ac`](https://github.com/netblue30/firejail/commit/95f21ac16de06544d81a4fdd66b7e4b7a033768d) Merge branch 'master' into seahorse-revisited ### 📊 Changes **4 files changed** (+58 additions, -16 deletions) <details> <summary>View changed files</summary> ➕ `etc/seahorse-daemon.profile` (+15 -0) 📝 `etc/seahorse-tool.profile` (+2 -11) 📝 `etc/seahorse.profile` (+40 -5) 📝 `src/firecfg/firecfg.config` (+1 -0) </details> ### 📄 Description Currently the seahorse{-tool} profiles include gpg.profile, which works fine. IMHO this could be improved upon. This draft attempts to do so by decoupling seahorse{-tool} from the gpg profile and by making seahorse profiles fully whitelist profiles instead. Comments, opinions, etcetera very welcome. --- <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:20:07 -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#4438
No description provided.