feat(profiles): continue replacing [0-9]* by @{int}.

This commit is contained in:
Alexandre Pujol 2024-02-26 21:10:53 +00:00
parent 99e4c4622d
commit 00051bd2f0
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
100 changed files with 222 additions and 229 deletions

View file

@ -17,8 +17,8 @@ profile systemd-ac-power @{exec_path} {
@{sys}/class/power_supply/ r,
@{sys}/devices/**/power_supply/{AC,BAT[0-9]*}/ r,
@{sys}/devices/**/power_supply/{AC,BAT[0-9]*}/{type,online} r,
@{sys}/devices/**/power_supply/{AC,BAT@{int}}/ r,
@{sys}/devices/**/power_supply/{AC,BAT@{int}}/{type,online} r,
include if exists <local/systemd-ac-power>
}