mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-16 06:06:03 -06:00
37 lines
1 KiB
Text
37 lines
1 KiB
Text
# Firejail profile for gjs
|
|
# Description: Mozilla-based javascript bindings for the GNOME platform
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include /etc/firejail/gjs.local
|
|
# Persistent global definitions
|
|
include /etc/firejail/globals.local
|
|
|
|
# when gjs apps are started via gnome-shell, firejail is not applied because systemd will start them
|
|
|
|
noblacklist ${HOME}/.cache/libgweather
|
|
noblacklist ${HOME}/.cache/org.gnome.Books
|
|
noblacklist ${HOME}/.config/libreoffice
|
|
noblacklist ${HOME}/.local/share/gnome-photos
|
|
|
|
include /etc/firejail/disable-common.inc
|
|
include /etc/firejail/disable-devel.inc
|
|
include /etc/firejail/disable-interpreters.inc
|
|
include /etc/firejail/disable-passwdmgr.inc
|
|
include /etc/firejail/disable-programs.inc
|
|
|
|
caps.drop all
|
|
netfilter
|
|
nodvd
|
|
nogroups
|
|
nonewprivs
|
|
noroot
|
|
notv
|
|
protocol unix,inet,inet6
|
|
seccomp
|
|
shell none
|
|
tracelog
|
|
|
|
# private-bin gjs,gnome-books,gnome-documents,gnome-photos,gnome-maps,gnome-weather
|
|
private-dev
|
|
# private-etc fonts,ca-certificates,ssl,pki,crypto-policies
|
|
private-tmp
|