-
Notifications
You must be signed in to change notification settings - Fork 577
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
profiles: refactor com.github.johnfactotum.Foliate into foliate.profi…
…le (#6582) On Gentoo Linux, there is `/usr/bin/foliate` instead of `/usr/bin/com.github.johnfactotum.Foliate`.
- Loading branch information
1 parent
4782399
commit 9aaf505
Showing
3 changed files
with
66 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
# Firejail profile for foliate | ||
# Description: Simple and modern GTK eBook reader | ||
# This file is overwritten after every install/update | ||
# Persistent local customizations | ||
include foliate.local | ||
# Persistent global definitions | ||
include globals.local | ||
|
||
noblacklist ${DOCUMENTS} | ||
noblacklist ${HOME}/.cache/com.github.johnfactotum.Foliate | ||
noblacklist ${HOME}/.local/share/com.github.johnfactotum.Foliate | ||
|
||
# Allow gjs (blacklisted by disable-interpreters.inc) | ||
include allow-gjs.inc | ||
|
||
include disable-common.inc | ||
include disable-devel.inc | ||
include disable-exec.inc | ||
include disable-interpreters.inc | ||
include disable-programs.inc | ||
include disable-shell.inc | ||
include disable-xdg.inc | ||
|
||
mkdir ${HOME}/.cache/com.github.johnfactotum.Foliate | ||
mkdir ${HOME}/.local/share/com.github.johnfactotum.Foliate | ||
whitelist ${HOME}/.cache/com.github.johnfactotum.Foliate | ||
whitelist ${HOME}/.local/share/com.github.johnfactotum.Foliate | ||
whitelist ${DOCUMENTS} | ||
whitelist ${DOWNLOADS} | ||
whitelist /usr/share/com.github.johnfactotum.Foliate | ||
include whitelist-common.inc | ||
include whitelist-usr-share-common.inc | ||
include whitelist-var-common.inc | ||
|
||
apparmor | ||
caps.drop all | ||
machine-id | ||
net none | ||
nodvd | ||
nogroups | ||
noinput | ||
nonewprivs | ||
noroot | ||
nosound | ||
notv | ||
nou2f | ||
novideo | ||
protocol unix | ||
seccomp | ||
tracelog | ||
|
||
disable-mnt | ||
private-bin foliate,gjs | ||
private-cache | ||
private-dev | ||
private-etc @x11,gconf | ||
private-tmp | ||
|
||
read-only ${HOME} | ||
read-write ${HOME}/.cache/com.github.johnfactotum.Foliate | ||
read-write ${HOME}/.local/share/com.github.johnfactotum.Foliate | ||
restrict-namespaces |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -293,6 +293,7 @@ flashpeak-slimjet | |
floorp | ||
flowblade | ||
fluffychat | ||
foliate | ||
font-manager | ||
fontforge | ||
fossamail | ||
|