Recommit for updates in build 13

This commit is contained in:
Jenkins Server
2025-06-08 14:27:06 +02:00
parent b371b0646d
commit f62366f374

View File

@@ -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 { &#39;enable_antivirus_can_scan_system&#39;:
command =&gt; &#39;/usr/sbin/setsebool -P antivirus_can_scan_system 1&#39;,
unless =&gt; &#39;/usr/sbin/getsebool antivirus_can_scan_system | grep --quiet &quot;on&quot;&#39;,
path =&gt; [&#39;/usr/sbin&#39;, &#39;/bin&#39;],
}
}</pre>
</td>
</tr>