Skip to content

Commit 435f240

Browse files
feat [#8647]: mark linux integrations requiring root
1 parent 2e66957 commit 435f240

File tree

8 files changed

+36
-4
lines changed

8 files changed

+36
-4
lines changed

packages/auditd_manager/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: "1.16.3"
3+
changes:
4+
- description: capture root requirement
5+
type: enhancement
6+
link: https://github.com/elastic/integrations/issues/8647
27
- version: "1.16.2"
38
changes:
49
- description: Changed owners

packages/auditd_manager/manifest.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
format_version: "3.0.0"
22
name: auditd_manager
33
title: "Auditd Manager"
4-
version: "1.16.2"
4+
version: "1.16.3"
55
description: "The Auditd Manager Integration receives audit events from the Linux Audit Framework that is a part of the Linux kernel."
66
type: integration
77
categories:
@@ -36,6 +36,9 @@ policy_templates:
3636
- type: audit/auditd
3737
title: Collect auditd events
3838
description: Collecting auditd events
39+
agent:
40+
privileges:
41+
root: true
3942
owner:
4043
github: elastic/sec-linux-platform
4144
type: elastic

packages/fim/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: "1.14.2"
3+
changes:
4+
- description: capture root requirement
5+
type: enhancement
6+
link: https://github.com/elastic/integrations/issues/8647
27
- version: "1.14.1"
38
changes:
49
- description: Changed owners

packages/fim/manifest.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
format_version: "3.0.0"
22
name: fim
33
title: "File Integrity Monitoring"
4-
version: "1.14.1"
4+
version: "1.14.2"
55
description: "The File Integrity Monitoring integration reports filesystem changes in real time."
66
type: integration
77
categories:
@@ -135,6 +135,9 @@ vars:
135135
Processors are used to reduce the number of fields in the exported event or to enhance the event with metadata.
136136
This executes in the agent before the logs are parsed.
137137
See [Processors](https://www.elastic.co/guide/en/beats/filebeat/current/filtering-and-enhancing-data.html) for details.
138+
agent:
139+
privileges:
140+
root: true
138141
owner:
139142
github: elastic/sec-linux-platform
140143
type: elastic

packages/network_traffic/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: "1.30.1"
3+
changes:
4+
- description: capture root requirement
5+
type: enhancement
6+
link: https://github.com/elastic/integrations/issues/8647
27
- version: "1.30.0"
38
changes:
49
- description: Publish deprecation notice for legacy behavior of `map_to_ecs`.

packages/network_traffic/manifest.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
format_version: "3.0.0"
22
name: network_traffic
33
title: Network Packet Capture
4-
version: "1.30.0"
4+
version: "1.30.1"
55
description: Capture and analyze network traffic from a host with Elastic Agent.
66
type: integration
77
categories:
@@ -40,6 +40,9 @@ policy_templates:
4040
required: false
4141
show_user: false
4242
default: false
43+
agent:
44+
privileges:
45+
root: true
4346
owner:
4447
github: elastic/sec-linux-platform
4548
type: elastic

packages/system_audit/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: "1.10.2"
3+
changes:
4+
- description: capture root requirement
5+
type: enhancement
6+
link: https://github.com/elastic/integrations/issues/8647
27
- version: "1.10.1"
38
changes:
49
- description: Changed owners

packages/system_audit/manifest.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: system_audit
33
title: System Audit
44
description: Collect various logs & metrics from System Audit modules with Elastic Agent.
55
type: integration
6-
version: "1.10.1"
6+
version: "1.10.2"
77
conditions:
88
kibana:
99
version: '^8.7.1'
@@ -27,6 +27,9 @@ policy_templates:
2727
- type: audit/system
2828
title: System Audit
2929
description: Collect various logs & metrics from System Audit modules with Elastic Agent.
30+
agent:
31+
privileges:
32+
root: true
3033
owner:
3134
github: elastic/sec-linux-platform
3235
type: elastic

0 commit comments

Comments
 (0)