feat(profile): restic some well known path.

This commit is contained in:
Alexandre Pujol 2024-09-09 19:47:25 +01:00
parent d4e380ad46
commit a99fbaa0be
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
9 changed files with 17 additions and 17 deletions

View file

@ -32,7 +32,7 @@ profile cpupower @{exec_path} {
@{sys}/devices/system/cpu/cpufreq/policy@{int}/scaling_{min,max}_freq rw,
@{sys}/devices/system/cpu/cpufreq/policy@{int}/scaling_governor rw,
@{sys}/devices/system/cpu/cpufreq/policy@{int}/scaling_setspeed rw,
@{sys}/devices/system/cpu/cpu@{int}/cpuidle/state[0-9]/disable rw,
@{sys}/devices/system/cpu/cpu@{int}/cpuidle/state@{int}/disable rw,
@{sys}/devices/system/cpu/cpu@{int}/topology/{physical_package_id,core_id} r,

View file

@ -125,7 +125,7 @@ profile xorg @{exec_path} flags=(attach_disconnected) {
@{PROC}/ioports r,
@{PROC}/mtrr rw,
/dev/fb[0-9] rw,
/dev/fb@{int} rw,
/dev/input/event@{int} rw,
/dev/shm/#@{int} rw,
/dev/shm/shmfd-* rw,

View file

@ -19,7 +19,7 @@ profile xrdb @{exec_path} {
@{bin}/{,*-}cpp-[0-9]* rix,
@{sh_path} rix,
@{bin}/cpp rix,
@{lib}/gcc/@{multiarch}/@{int}*/cc1 rix,
@{lib}/gcc/@{multiarch}/@{version}/cc1 rix,
@{lib}/llvm-[0-9]*/bin/clang rix,
/usr/include/stdc-predef.h r,