diff mbox series

snapcraft: specify devmode confinement for fwts snap

Message ID 20231212055326.18063-1-ivan.hu@canonical.com
State Accepted
Headers show
Series snapcraft: specify devmode confinement for fwts snap | expand

Commit Message

Ivan Hu Dec. 12, 2023, 5:53 a.m. UTC
BugLink: https://bugs.launchpad.net/ubuntu/+source/fwts/+bug/2045910
FWTS needs full access to system resources, such as acpi tables, so make the
confinement as devmode.

Signed-off-by: Ivan Hu <ivan.hu@canonical.com>
---
 snapcraft.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/snapcraft.yaml b/snapcraft.yaml
index 229a4ccb..25792c59 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -2,7 +2,7 @@  name: fwts
 version: V23.11.00
 summary: The Firmware Test Suite (FWTS)
 description: This is a firmware test suite that performs sanity checks on system firmware. It is intended to identify BIOS and ACPI errors and if appropriate it will try to explain the errors and give advice to help workaround or fix firmware bugs.  It is primarily intended to be a Linux-centric firmware troubleshooting tool.
-confinement: strict
+confinement: devmode
 type: app
 grade: stable
 assumes: [snapd2.45]