[GH-ISSUE #230] firefox profile and adobe apps #161

Closed
opened 2026-05-05 05:12:13 -06:00 by gitea-mirror · 2 comments
Owner

Originally created by @ghost on GitHub (Jan 16, 2016).
Original GitHub issue: https://github.com/netblue30/firejail/issues/230

will need to whitelist .macromedia and .adobe
They contain important stuff for flash applications ( video settings, flash games, game saves etc...).
also LSOs use these folders :(
I think acrobat reader also uses them, but i'm not using that.

Originally created by @ghost on GitHub (Jan 16, 2016). Original GitHub issue: https://github.com/netblue30/firejail/issues/230 will need to whitelist .macromedia and .adobe They contain important stuff for flash applications ( video settings, flash games, game saves etc...). also LSOs use these folders :( I think acrobat reader also uses them, but i'm not using that.
Author
Owner

@netblue30 commented on GitHub (Jan 16, 2016):

I cannot add support for them by default, but you can modify your profile files to allow it. I assume you need this support in Firefox: include the following four lines in /etc/firejail/firefox.profile (top of the file):

whitelist ~/.macromedia
whitelist ~/.adobe
noblacklist ~/.macromedia
nobalcklist ~/.adobe
<!-- gh-comment-id:172212125 --> @netblue30 commented on GitHub (Jan 16, 2016): I cannot add support for them by default, but you can modify your profile files to allow it. I assume you need this support in Firefox: include the following four lines in /etc/firejail/firefox.profile (top of the file): ``` whitelist ~/.macromedia whitelist ~/.adobe noblacklist ~/.macromedia nobalcklist ~/.adobe ```
Author
Owner

@ghost commented on GitHub (Jan 16, 2016):

hmmm, what about having them commented out, with an explanation?

<!-- gh-comment-id:172258627 --> @ghost commented on GitHub (Jan 16, 2016): hmmm, what about having them commented out, with an explanation?
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#161
No description provided.