mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
32 lines
720 B
Text
32 lines
720 B
Text
# Firejail profile for catfish
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include /etc/firejail/catfish.local
|
|
# Persistent global definitions
|
|
include /etc/firejail/globals.local
|
|
|
|
# We can't blacklist much since catfish
|
|
# is for finding files/content
|
|
noblacklist ~/.config/catfish
|
|
|
|
include /etc/firejail/disable-devel.inc
|
|
|
|
caps.drop all
|
|
net none
|
|
no3d
|
|
nogroups
|
|
nonewprivs
|
|
noroot
|
|
nosound
|
|
notv
|
|
novideo
|
|
protocol unix
|
|
seccomp
|
|
shell none
|
|
tracelog
|
|
|
|
# These options work but are disabled in case
|
|
# a users wants to search in these directories.
|
|
# private-bin bash,catfish,env,locate,ls,mlocate,python,python2,python2.7,python3,python3.5,python3.5m,python3m
|
|
# private-dev
|
|
# private-tmp
|