mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
33 lines
510 B
Text
33 lines
510 B
Text
# Firejail profile for clamav
|
|
# Description: Anti-virus utility for Unix
|
|
# This file is overwritten after every install/update
|
|
quiet
|
|
# Persistent local customizations
|
|
include /etc/firejail/clamav.local
|
|
# Persistent global definitions
|
|
include /etc/firejail/globals.local
|
|
|
|
caps.drop all
|
|
ipc-namespace
|
|
net none
|
|
no3d
|
|
nodbus
|
|
nodvd
|
|
nogroups
|
|
nonewprivs
|
|
noroot
|
|
nosound
|
|
notv
|
|
novideo
|
|
protocol unix
|
|
seccomp
|
|
shell none
|
|
tracelog
|
|
x11 none
|
|
|
|
private-dev
|
|
read-only ${HOME}
|
|
|
|
memory-deny-write-execute
|
|
noexec ${HOME}
|
|
noexec /tmp
|