mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #3365] [CLOSED] profiles: refactor file managers into file-manager-common #4738
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#4738
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/netblue30/firejail/pull/3365
Author: @ghost
Created: 4/18/2020
Status: ❌ Closed
Base:
master← Head:file-managers📝 Commits (10+)
30a3e12Create file-manager-common.profile7f7d8afUpdate caja.profile3bc520bUpdate dolphin.profile26d1a0bUpdate nautilus.profile7b7f57fUpdate nemo.profile586c8a3Update nautilus.profile373a608Update ranger.profile497c650Update pcmanfm.profile19ce80dUpdate Thunar.profile6513594Update file-manager-common.profile📊 Changes
8 files changed (+70 additions, -208 deletions)
View changed files
📝
etc/Thunar.profile(+3 -24)📝
etc/caja.profile(+3 -31)📝
etc/dolphin.profile(+3 -31)➕
etc/file-manager-common.profile(+49 -0)📝
etc/nautilus.profile(+3 -32)📝
etc/nemo.profile(+3 -29)📝
etc/pcmanfm.profile(+3 -26)📝
etc/ranger.profile(+3 -35)📄 Description
Thought it might be a good idea to bring some sanity in the file manager profiles. Some allow Python, some Perl, some need Lua and then there's the more important issue of what we want those applications to see or not, do we allow/deny D-Bus, sound, etc.
This will need some decisions I suppose. For now I've just tried to incorporate options we already had in some but not in others and assumed we want file managers to at least see everything under ${HOME}.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.