mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
See also commit 2453f0ecf ("email-common.profile: allow clamav plugin
for claws-mail", 2023-03-07) / PR #5719.
42 lines
588 B
Text
42 lines
588 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 clamav.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
noblacklist /etc/clamav
|
|
|
|
blacklist ${RUNUSER}/wayland-*
|
|
|
|
include disable-exec.inc
|
|
|
|
caps.drop all
|
|
ipc-namespace
|
|
net none
|
|
no3d
|
|
nodvd
|
|
nogroups
|
|
noinput
|
|
nonewprivs
|
|
noroot
|
|
nosound
|
|
notv
|
|
nou2f
|
|
novideo
|
|
protocol unix
|
|
seccomp
|
|
tracelog
|
|
x11 none
|
|
|
|
private-dev
|
|
|
|
dbus-user none
|
|
dbus-system none
|
|
|
|
read-only ${HOME}
|
|
|
|
memory-deny-write-execute
|
|
restrict-namespaces
|