fix(profile): more possible id than int for i2c.

This commit is contained in:
Alexandre Pujol 2025-05-18 19:31:33 +02:00
parent b677d4a0b5
commit 10ef829d31
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
7 changed files with 13 additions and 13 deletions

View file

@ -16,7 +16,7 @@ profile xfce-sensors @{exec_path} {
@{sys}/class/hwmon/ r,
@{sys}/class/power_supply/ r,
@{sys}/class/thermal/ r,
@{sys}/devices/@{pci}/i2c-@{int}/{,**/}name r,
@{sys}/devices/@{pci}/i2c-*/{,**/}name r,
@{sys}/devices/**/hwmon@{int}/ r,
@{sys}/devices/**/hwmon@{int}/{name,temp*} r,
@{sys}/devices/**/hwmon@{int}/**/ r,