feat(profiles): continue replacing [0-9]* by @{int}.
This commit is contained in:
parent
99e4c4622d
commit
00051bd2f0
100 changed files with 222 additions and 229 deletions
|
|
@ -44,7 +44,7 @@ profile kodi @{exec_path} {
|
|||
owner @{HOME}/.kodi/** rwk,
|
||||
|
||||
owner @{HOME}/core w,
|
||||
owner @{HOME}/kodi_crashlog-[0-9]*_[0-9]*.log w,
|
||||
owner @{HOME}/kodi_crashlog-@{int}_@{int}.log w,
|
||||
|
||||
owner @{HOME}/.icons/default/index.theme r,
|
||||
|
||||
|
|
@ -68,7 +68,7 @@ profile kodi @{exec_path} {
|
|||
@{sys}/devices/system/node/ r,
|
||||
@{sys}/devices/system/node/node@{int}/meminfo r,
|
||||
@{sys}/devices/system/cpu/cpufreq/policy@{int}/scaling_cur_freq r,
|
||||
@{sys}/devices/virtual/thermal/thermal_zone[0-9]*/temp r,
|
||||
@{sys}/devices/virtual/thermal/thermal_zone@{int}/temp r,
|
||||
|
||||
@{run}/udev/data/* r,
|
||||
|
||||
|
|
@ -84,7 +84,7 @@ profile kodi @{exec_path} {
|
|||
|
||||
# file_inherit
|
||||
/usr/share/kodi/** r,
|
||||
/sys/devices/virtual/thermal/thermal_zone[0-9]*/temp r,
|
||||
/sys/devices/virtual/thermal/thermal_zone@{int}/temp r,
|
||||
/sys/devices/system/cpu/cpufreq/policy@{int}/scaling_cur_freq r,
|
||||
/home/morfik/.kodi/temp/kodi.log w,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue