mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
38 lines
796 B
Text
38 lines
796 B
Text
# Firejail profile for nemo
|
|
# Description: File manager and graphical shell for Cinnamon
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include nemo.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
noblacklist ${HOME}/.config/nemo
|
|
noblacklist ${HOME}/.local/share/Trash
|
|
noblacklist ${HOME}/.local/share/nemo
|
|
noblacklist ${HOME}/.local/share/nemo-python
|
|
|
|
# Allow python (blacklisted by disable-interpreters.inc)
|
|
include allow-python2.inc
|
|
include allow-python3.inc
|
|
|
|
include disable-common.inc
|
|
include disable-devel.inc
|
|
include disable-exec.inc
|
|
include disable-interpreters.inc
|
|
include disable-passwdmgr.inc
|
|
|
|
allusers
|
|
caps.drop all
|
|
netfilter
|
|
no3d
|
|
nodvd
|
|
nogroups
|
|
nonewprivs
|
|
noroot
|
|
nosound
|
|
notv
|
|
novideo
|
|
protocol unix,inet,inet6
|
|
seccomp
|
|
shell none
|
|
|