From c30d8787790c57e3fe1f5d53163c6b3fedf114c7 Mon Sep 17 00:00:00 2001 From: "Devin W. Hurley" Date: Tue, 20 Oct 2020 09:44:03 -0400 Subject: [PATCH] [Security Solution] [Detections] Read privileges for dependencies (#80852) * 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