Skip to content

Commit 232adfd

Browse files
committed
Merge remote-tracking branch 'origin/release/v11.2.3' into release/v11.2.3
2 parents 2433faa + 3cbd12b commit 232adfd

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<databaseChangeLog
3+
xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
4+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5+
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.5.xsd">
6+
7+
<changeSet id="20260202001" author="Manuel">
8+
9+
<update tableName="utm_module">
10+
<column name="pretty_name" value="Linux Audit Daemon"/>
11+
<column name="module_description" value="The Linux Auditing Daemon runs as a background service that collects audit events and writes them to disk."/>
12+
<where>module_name = 'AUDITD'</where>
13+
</update>
14+
15+
</changeSet>
16+
</databaseChangeLog>

backend/src/main/resources/config/liquibase/master.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,8 @@
327327

328328
<include file="/config/liquibase/changelog/20260129001_update_filter_sophos_xg.xml" relativeToChangelogFile="false"/>
329329

330+
<include file="/config/liquibase/changelog/20260202001_update_linux_auditing_module.xml" relativeToChangelogFile="false"/>
331+
330332

331333

332334
</databaseChangeLog>

0 commit comments

Comments
 (0)