refactor(profiles): use @{bin} and @{lib} in profiles (7)
This commit is contained in:
parent
7c2c806ffa
commit
2b2c42d23c
155 changed files with 938 additions and 938 deletions
|
|
@ -6,7 +6,7 @@ abi <abi/3.0>,
|
|||
|
||||
include <tunables/global>
|
||||
|
||||
@{exec_path} = /{usr/,}{s,}bin/unhide-tcp
|
||||
@{exec_path} = @{bin}/unhide-tcp
|
||||
profile unhide-tcp @{exec_path} {
|
||||
include <abstractions/base>
|
||||
|
||||
|
|
@ -17,11 +17,11 @@ profile unhide-tcp @{exec_path} {
|
|||
|
||||
@{exec_path} mr,
|
||||
|
||||
/{usr/,}bin/{,ba,da}sh rix,
|
||||
/{usr/,}bin/sed rix,
|
||||
/{usr/,}bin/ss rix,
|
||||
/{usr/,}bin/netstat rix,
|
||||
/{usr/,}bin/fuser rix,
|
||||
@{bin}/{,ba,da}sh rix,
|
||||
@{bin}/fuser rix,
|
||||
@{bin}/netstat rix,
|
||||
@{bin}/sed rix,
|
||||
@{bin}/ss rix,
|
||||
|
||||
@{PROC}/@{pids}/net/tcp{,6} r,
|
||||
@{PROC}/@{pids}/net/udp{,6} r,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue