Recommit for updates in build 13
This commit is contained in:
@@ -106,7 +106,14 @@ clamav_cd.
|
||||
8
|
||||
9
|
||||
10
|
||||
11</pre>
|
||||
11
|
||||
12
|
||||
13
|
||||
14
|
||||
15
|
||||
16
|
||||
17
|
||||
18</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'manifests/main/config.pp', line 7</span>
|
||||
@@ -115,6 +122,13 @@ class clamav_cd::main::config (
|
||||
|
||||
) inherits clamav_cd::params {
|
||||
include clamav_cd::main::service
|
||||
|
||||
# Ensure the SELinux boolean antivirus_can_scan_system is enabled if disabled
|
||||
exec { 'enable_antivirus_can_scan_system':
|
||||
command => '/usr/sbin/setsebool -P antivirus_can_scan_system 1',
|
||||
unless => '/usr/sbin/getsebool antivirus_can_scan_system | grep --quiet "on"',
|
||||
path => ['/usr/sbin', '/bin'],
|
||||
}
|
||||
}</pre>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user