From 2a55d768990279c6fc5b65626186a17626e507df Mon Sep 17 00:00:00 2001 From: Steve Lee Date: Thu, 22 Aug 2019 08:51:59 -0700 Subject: [PATCH] change ACL on Operational, Analytic, and Debug logs to be read only for local system, admins, server operators, and event log readers --- .../PowerShell.Core.Instrumentation.man | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/PowerShell.Core.Instrumentation/PowerShell.Core.Instrumentation.man b/src/PowerShell.Core.Instrumentation/PowerShell.Core.Instrumentation.man index 350323f..c22a588 100644 --- a/src/PowerShell.Core.Instrumentation/PowerShell.Core.Instrumentation.man +++ b/src/PowerShell.Core.Instrumentation/PowerShell.Core.Instrumentation.man @@ -2190,6 +2190,12 @@ event provider 1. Operational - for high level diagnositc messages 2. Analytic - for high volume high performance trace messages + + read access to restricted to: + local system (A;;0xf0007;;;SY) + built-in admins (A;;0x7;;;BA) + server operators (A;;0x7;;;SO) + event log readers (A;;0x1;;;S-1-5-32-573) -->