From e33fd71ed69f2b32d8a9889777c8788c10ee4310 Mon Sep 17 00:00:00 2001 From: "Devin W. Hurley" Date: Tue, 20 Oct 2020 13:02:11 -0400 Subject: [PATCH] [7.10] [Security Solution] [Detections] Read privileges for dependencies (#80852) (#81164) * remove all privileges on hidden saved object type of alert and change alerting privileges to read when read privileges are set for security solution. --- x-pack/plugins/security_solution/server/plugin.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x-pack/plugins/security_solution/server/plugin.ts b/x-pack/plugins/security_solution/server/plugin.ts index aa9d0f1ec6cac..5e827a790e9ad 100644 --- a/x-pack/plugins/security_solution/server/plugin.ts +++ b/x-pack/plugins/security_solution/server/plugin.ts @@ -228,7 +228,7 @@ export class Plugin implements IPlugin