[PR #4829] [MERGED] Seafile #5260

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/4829
Author: @CaseOf
Created: 1/6/2022
Status: Merged
Merged: 1/24/2022
Merged by: @netblue30

Base: masterHead: seafile


📝 Commits (2)

📊 Changes

3 files changed (+65 additions, -0 deletions)

View changed files

📝 etc/inc/disable-programs.inc (+2 -0)
etc/profile-m-z/seafile-applet.profile (+62 -0)
📝 src/firecfg/firecfg.config (+1 -0)

📄 Description

This is a pull request for Seafile Client program.
Here is the discussion about it https://github.com/netblue30/firejail/issues/1139#issuecomment-1006189127

If your PR isn't about profiles or you have no idea how to do one of these, skip the following and go ahead with this PR.

If you submit a PR for new profiles or changing profiles, please do the following:

  • The ordering of options follow the rules described in /usr/share/doc/firejail/profile.template.

    Hint: The profile-template is very new. If you install firejail with your package manager, it may be missing. In order to follow the latest rules, it is recommended to use the template from the repository.

  • Order the arguments of options alphabetically. You can easily do this with sort.py.
    The path to it depends on your distro:

    Distro Path
    Arch/Fedora /usr/lib64/firejail/sort.py
    Debian/Ubuntu/Mint /usr/lib/x86_64-linux-gnu/firejail/sort.py
    local git clone contrib/sort.py

    Note also that the sort.py script exists only since firejail 0.9.61.

See also CONTRIBUTING.md.


🔄 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/4829 **Author:** [@CaseOf](https://github.com/CaseOf) **Created:** 1/6/2022 **Status:** ✅ Merged **Merged:** 1/24/2022 **Merged by:** [@netblue30](https://github.com/netblue30) **Base:** `master` ← **Head:** `seafile` --- ### 📝 Commits (2) - [`6059969`](https://github.com/netblue30/firejail/commit/60599691bb404d34666b4bfd381eb977ecf50fbb) Create seafile-applet.profile - [`210198d`](https://github.com/netblue30/firejail/commit/210198d9408657ff9c8b8576da5e259de3d7da3c) add seafile-applet ### 📊 Changes **3 files changed** (+65 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `etc/inc/disable-programs.inc` (+2 -0) ➕ `etc/profile-m-z/seafile-applet.profile` (+62 -0) 📝 `src/firecfg/firecfg.config` (+1 -0) </details> ### 📄 Description This is a pull request for Seafile Client program. Here is the discussion about it https://github.com/netblue30/firejail/issues/1139#issuecomment-1006189127 > If your PR isn't about profiles or you have no idea how to do one of these, skip the following and go ahead with this PR. > > If you submit a PR for new profiles or changing profiles, please do the following: > - The ordering of options follow the rules described in [/usr/share/doc/firejail/profile.template](https://github.com/netblue30/firejail/blob/master/etc/templates/profile.template). > > Hint: The profile-template is very new. If you install firejail with your package manager, it may be missing. In order to follow the latest rules, it is recommended to use the template from the repository. > - Order the arguments of options alphabetically. You can easily do this with [sort.py](https://github.com/netblue30/firejail/tree/master/contrib/sort.py). > The path to it depends on your distro: > > | Distro | Path | > | ------ | ---- | > | Arch/Fedora | `/usr/lib64/firejail/sort.py` | > | Debian/Ubuntu/Mint | `/usr/lib/x86_64-linux-gnu/firejail/sort.py` | > | local git clone | `contrib/sort.py` | > > Note also that the sort.py script exists only since firejail `0.9.61`. > > See also [CONTRIBUTING.md](/CONTRIBUTING.md). > --- <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:35:10 -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#5260
No description provided.