Skip to content

New profile: lettura #6027

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Oct 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions etc/inc/disable-programs.inc
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ blacklist ${HOME}/.cache/ksplashqml
blacklist ${HOME}/.cache/kube
blacklist ${HOME}/.cache/kwin
blacklist ${HOME}/.cache/lbry-viewer
blacklist ${HOME}/.cache/lettura
blacklist ${HOME}/.cache/libgweather
blacklist ${HOME}/.cache/librewolf
blacklist ${HOME}/.cache/liferea
Expand Down Expand Up @@ -406,6 +407,7 @@ blacklist ${HOME}/.config/cliqz
blacklist ${HOME}/.config/cmus
blacklist ${HOME}/.config/cointop
blacklist ${HOME}/.config/com.github.bleakgrey.tootle
blacklist ${HOME}/.config/com.lettura.dev
blacklist ${HOME}/.config/corebird
blacklist ${HOME}/.config/coyim
blacklist ${HOME}/.config/d-feet
Expand Down Expand Up @@ -833,6 +835,7 @@ blacklist ${HOME}/.klatexformula
blacklist ${HOME}/.klei
blacklist ${HOME}/.kodi
blacklist ${HOME}/.lastpass
blacklist ${HOME}/.lettura
blacklist ${HOME}/.librewolf
blacklist ${HOME}/.lincity-ng
blacklist ${HOME}/.links
Expand Down Expand Up @@ -903,6 +906,7 @@ blacklist ${HOME}/.local/share/cdprojektred
blacklist ${HOME}/.local/share/chatterino
blacklist ${HOME}/.local/share/clipit
blacklist ${HOME}/.local/share/com.github.johnfactotum.Foliate
blacklist ${HOME}/.local/share/com.lettura.dev
blacklist ${HOME}/.local/share/com.vmingueza.journal-viewer
blacklist ${HOME}/.local/share/contacts
blacklist ${HOME}/.local/share/cor-games
Expand Down
76 changes: 76 additions & 0 deletions etc/profile-a-l/lettura.profile
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
# Firejail profile for lettura
# Description: Another free and open-source feed reader
# This file is overwritten after every install/update
# Persistent local customizations
include lettura.local
# Persistent global definitions
include globals.local

noblacklist ${HOME}/.cache/lettura
noblacklist ${HOME}/.config/com.lettura.dev
noblacklist ${HOME}/.lettura
noblacklist ${HOME}/.local/share/com.lettura.dev

include disable-common.inc
include disable-devel.inc
include disable-exec.inc
include disable-interpreters.inc
include disable-proc.inc
include disable-programs.inc
include disable-shell.inc
include disable-xdg.inc

mkdir ${HOME}/.cache/lettura
mkdir ${HOME}/.config/com.lettura.dev
mkdir ${HOME}/.lettura
mkdir ${HOME}/.local/share/com.lettura.dev
whitelist ${HOME}/.cache/lettura
whitelist ${HOME}/.config/com.lettura.dev
whitelist ${HOME}/.lettura
whitelist ${HOME}/.local/share/com.lettura.dev
whitelist ${DOWNLOADS}
include whitelist-common.inc
include whitelist-run-common.inc
include whitelist-runuser-common.inc
include whitelist-usr-share-common.inc
include whitelist-var-common.inc

# The lines below are needed to find the default Firefox profile name, to allow
# opening links in an existing instance of Firefox (note that it still fails if
# there isn't a Firefox instance running with the default profile; see #5352)
noblacklist ${HOME}/.mozilla
whitelist ${HOME}/.mozilla/firefox/profiles.ini

apparmor
caps.drop all
netfilter
nodvd
nogroups
noinput
nonewprivs
noprinters
noroot
#nosound
notv
nou2f
novideo
protocol unix,inet,inet6
seccomp
seccomp.block-secondary
tracelog

disable-mnt
private-bin lettura
private-cache
private-dev
private-etc @network,@sound,@tls-ca,@x11,mime.types
private-tmp

dbus-user filter
dbus-user.talk org.freedesktop.Notifications
?ALLOW_TRAY: dbus-user.talk org.kde.StatusNotifierWatcher
# allow D-Bus communication with firefox for opening links
dbus-user.talk org.mozilla.*
dbus-system none

restrict-namespaces
1 change: 1 addition & 0 deletions src/firecfg/firecfg.config
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,7 @@ kwrite
lbry-viewer
leafpad
#less # breaks man
lettura
librecad
libreoffice
librewolf
Expand Down