From 64e112d7488bdb3da24e3f2a48b6c05c50c51081 Mon Sep 17 00:00:00 2001
From: Greg DiCristofaro <gregd@basistech.com>
Date: Thu, 7 Sep 2023 15:26:04 -0400
Subject: [PATCH] remove browser-sandbox

---
 snap/snapcraft.yaml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index c5c59749e0..bbbb3b9b17 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -39,7 +39,7 @@ compression: lzo
 icon: snap/gui/autopsy.png
 
 plugs:
-  system-files-autopsy:
+  system-files-dev:
     interface: system-files
     read: [/dev]
   system-files-hugepages:
@@ -89,7 +89,6 @@ apps:
       # taken from https://snapcraft.io/docs/supported-interfaces
       - audio-playback
       - block-devices
-      - browser-sandbox
       - desktop
       - desktop-launch
       - desktop-legacy
@@ -109,7 +108,7 @@ apps:
       - opengl
       - optical-drive
       - removable-media
-      - system-files-autopsy
+      - system-files-dev
       - system-files-hugepages
       - system-observe
     slots:
-- 
GitLab