mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
45 lines
1,021 B
Text
45 lines
1,021 B
Text
# Firejail profile for crow
|
|
# Description: A translator that allows to translate and say selected text using Google, Yandex and Bing translate API
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include crow.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
mkdir ${HOME}/.config/crow
|
|
mkdir ${HOME}/.cache/gstreamer-1.0
|
|
whitelist ${HOME}/.config/crow
|
|
whitelist ${HOME}/.cache/gstreamer-1.0
|
|
|
|
include disable-common.inc
|
|
include disable-devel.inc
|
|
include disable-exec.inc
|
|
include disable-interpreters.inc
|
|
include disable-passwdmgr.inc
|
|
include disable-programs.inc
|
|
include disable-xdg.inc
|
|
|
|
include whitelist-common.inc
|
|
|
|
caps.drop all
|
|
netfilter
|
|
no3d
|
|
nodvd
|
|
nogroups
|
|
nonewprivs
|
|
noroot
|
|
notv
|
|
nou2f
|
|
novideo
|
|
protocol unix,inet,inet6,netlink
|
|
seccomp
|
|
shell none
|
|
|
|
disable-mnt
|
|
private-bin crow
|
|
private-dev
|
|
private-etc alternatives,ca-certificates,ssl,machine-id,dconf,nsswitch.conf,resolv.conf,fonts,asound.conf,pulse,pki,crypto-policies
|
|
private-opt none
|
|
private-tmp
|
|
private-srv none
|
|
|