logprof update
[mirrors/AppArmor-Profiles.git] / usr.bin.freshclam
CommitLineData
92bc3717 1# ------------------------------------------------------------------
2#
3# Copyright (C) 2002-2005 Novell/SUSE
4#
5# This program is free software; you can redistribute it and/or
6# modify it under the terms of version 2 of the GNU General Public
7# License published by the Free Software Foundation.
8#
9# ------------------------------------------------------------------
10
11#include <tunables/global>
12
13/usr/bin/freshclam {
14 #include <abstractions/base>
15 #include <abstractions/consoles>
16 #include <abstractions/nameservice>
17
18 capability setgid,
19 capability setuid,
20
21 /etc/clamd.conf r,
22 /etc/freshclam.conf r,
23 /usr/bin/freshclam mr,
24 /var/lib/clamav/clamav-* rw,
25 /var/lib/clamav/daily.cvd rw,
26 /var/lib/clamav/main.cvd rw,
27}
This page took 0.156376 seconds and 4 git commands to generate.