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,16 +6,16 @@ abi <abi/3.0>,
|
|||
|
||||
include <tunables/global>
|
||||
|
||||
@{exec_path} = /{usr/,}bin/wl-{copy,paste}
|
||||
@{exec_path} = @{bin}/wl-{copy,paste}
|
||||
profile wl-copy @{exec_path} {
|
||||
include <abstractions/base>
|
||||
|
||||
@{exec_path} mr,
|
||||
|
||||
/{usr/,}bin/cat rix,
|
||||
/{usr/,}bin/rm rix,
|
||||
@{bin}/cat rix,
|
||||
@{bin}/rm rix,
|
||||
|
||||
/{usr/,}bin/xdg-mime rPx,
|
||||
@{bin}/xdg-mime rPx,
|
||||
|
||||
owner /tmp/wl-copy-buffer-*/{,**} rw,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue