mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
- mdwe breaks most vm-based languages so python/java/javascript and some mono programs are not compatible - mdwe also breaks most 3d accelerated programs such as 3d games - mdwe is similar to PaX's mprotect meaning PaX flag managers can be used as reference -- See https://github.com/copperhead/paxd-archive/blob/master/paxd.conf -- See https://github.com/nning/linux-pax-flags
38 lines
790 B
Text
38 lines
790 B
Text
# Persistent global definitions go here
|
|
include /etc/firejail/globals.local
|
|
|
|
# This file is overwritten during software install.
|
|
# Persistent customizations should go in a .local file.
|
|
include /etc/firejail/keepassxc.local
|
|
|
|
# Firejail profile for KeepassXC
|
|
noblacklist ${HOME}/.config/keepassxc
|
|
noblacklist ${HOME}/.keepassxc
|
|
noblacklist ${HOME}/*.kdbx
|
|
noblacklist ${HOME}/*.kdb
|
|
|
|
include /etc/firejail/disable-common.inc
|
|
include /etc/firejail/disable-programs.inc
|
|
include /etc/firejail/disable-devel.inc
|
|
include /etc/firejail/disable-passwdmgr.inc
|
|
|
|
caps.drop all
|
|
#ipc-namespace
|
|
no3d
|
|
nogroups
|
|
nonewprivs
|
|
noroot
|
|
nosound
|
|
novideo
|
|
protocol unix
|
|
seccomp
|
|
shell none
|
|
|
|
private-bin keepassxc
|
|
private-dev
|
|
private-etc fonts,ld.so.cache
|
|
private-tmp
|
|
|
|
memory-deny-write-execute
|
|
noexec ${HOME}
|
|
noexec /tmp
|