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/wpa_action
|
||||
@{exec_path} = @{bin}/wpa_action
|
||||
profile wpa-action @{exec_path} {
|
||||
include <abstractions/base>
|
||||
|
||||
|
|
@ -16,17 +16,17 @@ profile wpa-action @{exec_path} {
|
|||
|
||||
@{exec_path} mr,
|
||||
|
||||
/{usr/,}{s,}bin/wpa_cli rPx,
|
||||
@{bin}/wpa_cli rPx,
|
||||
|
||||
/{usr/,}bin/{,ba,da}sh rix,
|
||||
/{usr/,}bin/{,e}grep rix,
|
||||
/{usr/,}bin/cat rix,
|
||||
/{usr/,}bin/date rix,
|
||||
/{usr/,}bin/ip rix,
|
||||
/{usr/,}bin/ln rix,
|
||||
/{usr/,}bin/logger rix,
|
||||
/{usr/,}bin/rm rix,
|
||||
/{usr/,}sbin/ifup rix,
|
||||
@{bin}/{,ba,da}sh rix,
|
||||
@{bin}/{,e}grep rix,
|
||||
@{bin}/cat rix,
|
||||
@{bin}/date rix,
|
||||
@{bin}/ifup rix,
|
||||
@{bin}/ip rix,
|
||||
@{bin}/ln rix,
|
||||
@{bin}/logger rix,
|
||||
@{bin}/rm rix,
|
||||
|
||||
/etc/wpa_supplicant/{,**} r,
|
||||
/etc/network/interfaces r,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue