[PATCH] snapcraft: specify devmode confinement for fwts snap

Ivan Hu ivan.hu at canonical.com
Tue Dec 12 05:53:26 UTC 2023


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 at canonical.com>
---
 snapcraft.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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]
-- 
2.34.1




More information about the fwts-devel mailing list