[GH-ISSUE #2377] cliqz.profile need to be revised #1586

Closed
opened 2026-05-05 08:14:30 -06:00 by gitea-mirror · 7 comments
Owner

Originally created by @Archifact on GitHub (Jan 29, 2019).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2377

firejail --version
firejail version 0.9.56
Hi,
Here below is the cliqz.proile after the changes I made to make it work:

# Firejail profile for cliqz
# This file is overwritten after every install/update
# Persistent local customizations
include /etc/firejail/cliqz.local
# Persistent global definitions
include /etc/firejail/globals.local
**noblacklist ${HOME}/Downloads**
**noblacklist ${HOME}/.cliqz**
noblacklist ${HOME}/.cache/cliqz
**#noblacklist ${HOME}/.config/cliqz**

**mkdir ${HOME}/.cliqz**
mkdir ${HOME}/.cache/cliqz
**#mkdir ${HOME}/.config/cliqz**
**whitelist ${HOME}/Downloads**
**whitelist ${HOME}/.cliqz**
whitelist ${HOME}/.cache/cliqz
**#whitelist ${HOME}/.config/cliqz**

# private-etc must first be enabled in firefox-common.profile
#private-etc cliqz

# Redirect
include /etc/firejail/firefox-common.profile

I just downloaded 0.9.58. It contains the same profile as in 0.9.56.

Originally created by @Archifact on GitHub (Jan 29, 2019). Original GitHub issue: https://github.com/netblue30/firejail/issues/2377 firejail --version firejail version 0.9.56 Hi, Here below is the cliqz.proile after the changes I made to make it work: ``` # Firejail profile for cliqz # This file is overwritten after every install/update # Persistent local customizations include /etc/firejail/cliqz.local # Persistent global definitions include /etc/firejail/globals.local **noblacklist ${HOME}/Downloads** **noblacklist ${HOME}/.cliqz** noblacklist ${HOME}/.cache/cliqz **#noblacklist ${HOME}/.config/cliqz** **mkdir ${HOME}/.cliqz** mkdir ${HOME}/.cache/cliqz **#mkdir ${HOME}/.config/cliqz** **whitelist ${HOME}/Downloads** **whitelist ${HOME}/.cliqz** whitelist ${HOME}/.cache/cliqz **#whitelist ${HOME}/.config/cliqz** # private-etc must first be enabled in firefox-common.profile #private-etc cliqz # Redirect include /etc/firejail/firefox-common.profile ``` I just downloaded 0.9.58. It contains the same profile as in 0.9.56.
Author
Owner

@SkewedZeppelin commented on GitHub (Jan 29, 2019):

The only difference is there is now ~/.cliqz ?

<!-- gh-comment-id:458373640 --> @SkewedZeppelin commented on GitHub (Jan 29, 2019): The only difference is there is now `~/.cliqz` ?
Author
Owner

@Archifact commented on GitHub (Jan 29, 2019):

Yes.
And then I needed to add:
noblacklist ${HOME}/Downloads
and
whitelist ${HOME}/Download
also.

<!-- gh-comment-id:458374602 --> @Archifact commented on GitHub (Jan 29, 2019): Yes. And then I needed to add: noblacklist ${HOME}/Downloads and whitelist ${HOME}/Download also.
Author
Owner

@SkewedZeppelin commented on GitHub (Jan 29, 2019):

Fixed, thanks!

<!-- gh-comment-id:458374948 --> @SkewedZeppelin commented on GitHub (Jan 29, 2019): Fixed, thanks!
Author
Owner

@Archifact commented on GitHub (Jan 29, 2019):

Great, thanks!

<!-- gh-comment-id:458375126 --> @Archifact commented on GitHub (Jan 29, 2019): Great, thanks!
Author
Owner

@SkewedZeppelin commented on GitHub (Jan 29, 2019):

~/Downloads is already in firefox-common.inc, are you sure you needed that?

and ~/.config/cliqz will be left for users migrating or with old versions

<!-- gh-comment-id:458375330 --> @SkewedZeppelin commented on GitHub (Jan 29, 2019): ~/Downloads is already in firefox-common.inc, are you sure you needed that? and ~/.config/cliqz will be left for users migrating or with old versions
Author
Owner

@Archifact commented on GitHub (Jan 29, 2019):

You are right, probably not. I'll check and get back to you.

and ~/.config/cliqz will be left for users migrating or with old versions

Sure, I get it.

<!-- gh-comment-id:458375585 --> @Archifact commented on GitHub (Jan 29, 2019): You are right, probably not. I'll check and get back to you. > and ~/.config/cliqz will be left for users migrating or with old versions Sure, I get it.
Author
Owner

@Archifact commented on GitHub (Jan 29, 2019):

You are absolutely right about ~/Downloads.

<!-- gh-comment-id:458377018 --> @Archifact commented on GitHub (Jan 29, 2019): You are absolutely right about ~/Downloads.
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#1586
No description provided.