blob: c93b4ff31d76ff62f092ca5ce144d251ee2df067 [file] [log] [blame]
# Granting a read access to /sys/firmware/dmi/tables/ to the wilco_dtc group for
# purposes of allowing wilco diagnostics and telemetry controller to extract
# system information from DMI tables.
# A full description of the data may be found at
# http://manpages.ubuntu.com/manpages/bionic/man8/dmidecode.8.html.
SUBSYSTEM=="dmi", ACTION=="add", RUN+="/bin/chown -R root:wilco_dtc /sys/firmware/dmi/tables", RUN+="/bin/chmod -R g+r /sys/firmware/dmi/tables"