[PR #4248] [CLOSED] [WIP] joplin cli profile #5081

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/4248
Author: @sak96
Created: 5/5/2021
Status: Closed

Base: masterHead: master


📝 Commits (1)

📊 Changes

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

View changed files

📝 etc/inc/disable-programs.inc (+1 -0)
etc/profile-a-l/joplin.profile (+80 -0)
📝 src/firecfg/firecfg.config (+1 -0)

📄 Description

  • 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

  • Testing

    • able to open application
    • able to sync with dropbox
    • able to open vim
    • IMPORTANT add noinput before submmiting
    • understand noblacklist vs whitelist

🔄 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/4248 **Author:** [@sak96](https://github.com/sak96) **Created:** 5/5/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`3f00066`](https://github.com/netblue30/firejail/commit/3f0006647ebc18d5d1675a1f7ad2c1102f711e5c) inital joplin commit ### 📊 Changes **3 files changed** (+82 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `etc/inc/disable-programs.inc` (+1 -0) ➕ `etc/profile-a-l/joplin.profile` (+80 -0) 📝 `src/firecfg/firecfg.config` (+1 -0) </details> ### 📄 Description - [x] 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. - [x] 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` - [x] Testing - [x] able to open application - [x] able to sync with dropbox - [x] able to open vim - [x] **IMPORTANT** add noinput before submmiting - [x] understand noblacklist vs whitelist --- <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:31:54 -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#5081
No description provided.