feat(profile): restic some well known path.
This commit is contained in:
parent
d4e380ad46
commit
a99fbaa0be
9 changed files with 17 additions and 17 deletions
|
|
@ -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,
|
||||
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue