Skip to content

Commit

Permalink
Fix conditional coding to remove seccomp info from Winlogbeat (#21652) (
Browse files Browse the repository at this point in the history
  • Loading branch information
dedemorton committed Oct 12, 2020
1 parent b144b5d commit 50a7fc2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libbeat/docs/shared-securing-beat.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,13 @@ For secure communication between APM Server and APM Agents, see <<secure-communi
endif::[]

ifndef::serverless[]
ifndef::win_only[]
On Linux, {beatname_uc} can take advantage of secure computing mode to restrict the
system calls that a process can issue.

* <<linux-seccomp>>
endif::[]
endif::[]

// APM HTTPS information
ifdef::beat-specific-security[]
Expand Down Expand Up @@ -70,5 +72,7 @@ endif::[]

// Linux Seccomp
ifndef::serverless[]
ifndef::win_only[]
include::./security/linux-seccomp.asciidoc[]
endif::[]
endif::[]

0 comments on commit 50a7fc2

Please sign in to comment.