refactor(profiles): use @{bin} and @{lib} in profiles (3)
This commit is contained in:
parent
2eed3b725f
commit
27daa7c9bb
355 changed files with 1473 additions and 1472 deletions
|
|
@ -7,7 +7,7 @@ abi <abi/3.0>,
|
|||
|
||||
include <tunables/global>
|
||||
|
||||
@{exec_path} = /{usr/,}bin/ssh-agent
|
||||
@{exec_path} = @{bin}/ssh-agent
|
||||
profile ssh-agent @{exec_path} {
|
||||
include <abstractions/base>
|
||||
include <abstractions/nameservice-strict>
|
||||
|
|
@ -18,14 +18,14 @@ profile ssh-agent @{exec_path} {
|
|||
|
||||
@{exec_path} mr,
|
||||
|
||||
/{usr/,}bin/{,ba,da}sh rix,
|
||||
/{usr/,}bin/enlightenment_start rPUx,
|
||||
/{usr/,}bin/gpg-agent rPx,
|
||||
/{usr/,}bin/im-launch rPUx,
|
||||
/{usr/,}bin/kwalletaskpass rPUx,
|
||||
/{usr/,}bin/openbox-session rPx,
|
||||
/{usr/,}bin/startkde rPUx,
|
||||
/{usr/,}bin/sway rPUx,
|
||||
@{bin}/{,ba,da}sh rix,
|
||||
@{bin}/enlightenment_start rPUx,
|
||||
@{bin}/gpg-agent rPx,
|
||||
@{bin}/im-launch rPUx,
|
||||
@{bin}/kwalletaskpass rPUx,
|
||||
@{bin}/openbox-session rPx,
|
||||
@{bin}/startkde rPUx,
|
||||
@{bin}/sway rPUx,
|
||||
|
||||
owner @{HOME}/@{XDG_SSH_DIR}/ rw,
|
||||
owner @{HOME}/@{XDG_SSH_DIR}/* r,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue