mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
profiles: refactor com.github.johnfactotum.Foliate into foliate.profile (#6582)
On Gentoo Linux, there is `/usr/bin/foliate` instead of `/usr/bin/com.github.johnfactotum.Foliate`.
This commit is contained in:
parent
4782399ea8
commit
9aaf505431
3 changed files with 66 additions and 55 deletions
|
|
@ -3,60 +3,8 @@
|
|||
# This file is overwritten after every install/update
|
||||
# Persistent local customizations
|
||||
include com.github.johnfactotum.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
|
||||
private-bin 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 com.github.johnfactotum.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
|
||||
# Redirect
|
||||
include foliate.profile
|
||||
|
|
|
|||
62
etc/profile-a-l/foliate.profile
Normal file
62
etc/profile-a-l/foliate.profile
Normal file
|
|
@ -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
|
||||
|
|
@ -293,6 +293,7 @@ flashpeak-slimjet
|
|||
floorp
|
||||
flowblade
|
||||
fluffychat
|
||||
foliate
|
||||
font-manager
|
||||
fontforge
|
||||
fossamail
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue