Interface for read only access to ACPI tables

Hi there, I’d like to have an interface that allows my snap to access the ACPI specific data in /sys/firmware/acpi/ for tasks such as dumping the ACPI tables and ACPI related debugging. Is there a snap interface that provides just read access in this sysfs path?

1 Like

The hardware-observe interface already allows read-only access to /sys/firmware/**. Is this sufficient?

OK, that sounds good too me. This isn’t that clear in the documentation; perhaps that could be clarified in the docs.