Skip to content

Commit

Permalink
clamtk: fix scanning (#6074)
Browse files Browse the repository at this point in the history
  • Loading branch information
glitsj16 authored Nov 2, 2023
1 parent 4a85f13 commit 37e40e0
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions etc/profile-a-l/clamtk.profile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Firejail profile for clamtk
# Description: Easy to use, light-weight, on-demand virus scanner for Linux systems
# This file is overwritten after every install/update
# Persistent local customizations
include clamtk.local
Expand All @@ -7,15 +8,22 @@ include globals.local

include disable-exec.inc

# Add the below lines to your clamtk.local if you update signatures databases per-user:
#ignore net none
#netfilter
#protocol inet,inet6

caps.drop all
ipc-namespace
net none
no3d
nodvd
nogroups
# nogroups breaks scanning
#nogroups
noinput
nonewprivs
noroot
# noroot breaks scanning
#noroot
nosound
notv
nou2f
Expand All @@ -25,7 +33,9 @@ seccomp

private-dev

dbus-user none
dbus-user filter
dbus-user.talk ca.desrt.dconf
dbus-user.talk org.gtk.vfs.UDisks2VolumeMonitor
dbus-system none

restrict-namespaces

0 comments on commit 37e40e0

Please sign in to comment.