refactor(profiles): use @{bin} and @{lib} in profiles (6)
This commit is contained in:
parent
fcedbbfd95
commit
7c2c806ffa
156 changed files with 828 additions and 791 deletions
|
|
@ -6,21 +6,21 @@ abi <abi/3.0>,
|
|||
|
||||
include <tunables/global>
|
||||
|
||||
@{exec_path} = /{usr/,}{s,}bin/popcon-largest-unused
|
||||
@{exec_path} = @{bin}/popcon-largest-unused
|
||||
profile popcon-largest-unused @{exec_path} {
|
||||
include <abstractions/base>
|
||||
include <abstractions/perl>
|
||||
|
||||
@{exec_path} r,
|
||||
/{usr/,}bin/perl r,
|
||||
@{bin}/perl r,
|
||||
|
||||
/{usr/,}bin/{,ba,da}sh rix,
|
||||
/{usr/,}bin/{,e}grep rix,
|
||||
/{usr/,}bin/sort rix,
|
||||
/{usr/,}bin/cut rix,
|
||||
/{usr/,}bin/xargs rix,
|
||||
@{bin}/{,ba,da}sh rix,
|
||||
@{bin}/{,e}grep rix,
|
||||
@{bin}/sort rix,
|
||||
@{bin}/cut rix,
|
||||
@{bin}/xargs rix,
|
||||
|
||||
/{usr/,}bin/apt-cache rPx,
|
||||
@{bin}/apt-cache rPx,
|
||||
|
||||
/var/log/popularity-contest r,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue