[PR #1555] [MERGED] Upstream many profiles from various sources #4020

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/1555
Author: @SkewedZeppelin
Created: 9/16/2017
Status: Merged
Merged: 9/18/2017
Merged by: @SkewedZeppelin

Base: masterHead: upstream


📝 Commits (10+)

📊 Changes

52 files changed (+991 additions, -5 deletions)

View changed files

📝 README.md (+6 -1)
etc/Natron.profile (+6 -0)
etc/Viber.profile (+38 -0)
📝 etc/akregator.profile (+7 -0)
etc/amule.profile (+40 -0)
etc/ardour4.profile (+6 -0)
etc/ardour5.profile (+37 -0)
etc/brackets.profile (+29 -0)
etc/calligra.profile (+29 -0)
etc/calligraauthor.profile (+6 -0)
etc/calligraconverter.profile (+6 -0)
etc/calligraflow.profile (+6 -0)
etc/calligraplan.profile (+6 -0)
etc/calligraplanwork.profile (+6 -0)
etc/calligrasheets.profile (+6 -0)
etc/calligrastage.profile (+6 -0)
etc/calligrawords.profile (+6 -0)
etc/cin.profile (+31 -0)
📝 etc/darktable.profile (+1 -0)
📝 etc/dia.profile (+1 -0)

...and 32 more files

📄 Description

  • I have taken 38 (?) profiles from 3 sources and unified/fixed/hardened them.
  • I know that faking author on git commits is a no-no, but I think it is necessary in this case in order to give proper credit
  • I have not tested any of these in any way
  • For ease of review, please view profiles here

Sources:


🔄 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/1555 **Author:** [@SkewedZeppelin](https://github.com/SkewedZeppelin) **Created:** 9/16/2017 **Status:** ✅ Merged **Merged:** 9/18/2017 **Merged by:** [@SkewedZeppelin](https://github.com/SkewedZeppelin) **Base:** `master` ← **Head:** `upstream` --- ### 📝 Commits (10+) - [`5b649f1`](https://github.com/netblue30/firejail/commit/5b649f1a421c7330d9d8181f4ee7774abb2be4c5) Add a profile for TeamSpeak3 - [`9c833ae`](https://github.com/netblue30/firejail/commit/9c833ae929f64fa54c5d8aa49e4a784803b805c8) Add 31 profiles - [`c435504`](https://github.com/netblue30/firejail/commit/c435504a3eb66dee9a2964658bce8e17627e9c68) Add 5 profiles - [`60606c2`](https://github.com/netblue30/firejail/commit/60606c2d041dc08b0af10baff1b18dbf507f8d81) Fixup 36 profiles - [`3c3602f`](https://github.com/netblue30/firejail/commit/3c3602fe4e747f3489c917f4de991c9043df9751) Harden 25 profiles - [`8751a4c`](https://github.com/netblue30/firejail/commit/8751a4c857a245abc2924b8827e28d7d9be2d641) Fixup 12 profiles - [`28faab8`](https://github.com/netblue30/firejail/commit/28faab8af4d2ea0699fbb09b0345f2c68d5ad382) Harden 10 profiles - [`48b1758`](https://github.com/netblue30/firejail/commit/48b1758ba2f4d9839fed307b9121c0f39b2514eb) Add an alias for Natron - [`e800e4e`](https://github.com/netblue30/firejail/commit/e800e4e8c65994b8ba13aa2dd86af3139281ebd2) Update disable-programs.inc - [`78bb84d`](https://github.com/netblue30/firejail/commit/78bb84ddf277dab653a08f97303894e35433402f) Misc fixes ### 📊 Changes **52 files changed** (+991 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+6 -1) ➕ `etc/Natron.profile` (+6 -0) ➕ `etc/Viber.profile` (+38 -0) 📝 `etc/akregator.profile` (+7 -0) ➕ `etc/amule.profile` (+40 -0) ➕ `etc/ardour4.profile` (+6 -0) ➕ `etc/ardour5.profile` (+37 -0) ➕ `etc/brackets.profile` (+29 -0) ➕ `etc/calligra.profile` (+29 -0) ➕ `etc/calligraauthor.profile` (+6 -0) ➕ `etc/calligraconverter.profile` (+6 -0) ➕ `etc/calligraflow.profile` (+6 -0) ➕ `etc/calligraplan.profile` (+6 -0) ➕ `etc/calligraplanwork.profile` (+6 -0) ➕ `etc/calligrasheets.profile` (+6 -0) ➕ `etc/calligrastage.profile` (+6 -0) ➕ `etc/calligrawords.profile` (+6 -0) ➕ `etc/cin.profile` (+31 -0) 📝 `etc/darktable.profile` (+1 -0) 📝 `etc/dia.profile` (+1 -0) _...and 32 more files_ </details> ### 📄 Description - I have taken 38 (?) profiles from 3 sources and unified/fixed/hardened them. - I know that faking author on git commits is a no-no, but I think it is necessary in this case in order to give proper credit - I have not tested any of these in any way - For ease of review, please view profiles [here](https://github.com/SpotComms/firejail/tree/upstream/etc) Sources: - https://github.com/chiraag-nataraj/firejail-profiles * License: GPLv2 * Last Updated: July 30th, 2017 * [x] permission given by @chiraag-nataraj - https://github.com/nyancat18/fe * License: Unknown, see https://github.com/nyancat18/fe/issues/3, contains files from GPLv2'ed repos * Last Updated: March 30th, 2017 * [x] permission given by @nyancat18 - https://aur.archlinux.org/packages/firejail-profiles * License: GPLv2 * Last Updated: June 22nd, 2017 * [x] permission given by @melvinvermeeren --- <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:12:17 -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#4020
No description provided.