feat(pass): better editor integration.

Co-authored-by: Andy Ramos <maplewood_broer@8shield.net>
This commit is contained in:
Alexandre Pujol 2023-02-08 16:42:39 +00:00
parent 77b9699270
commit b53f7559db
Failed to generate hash of commit

View file

@ -43,7 +43,7 @@ profile pass @{exec_path} {
/{usr/,}bin/git rCx -> git, /{usr/,}bin/git rCx -> git,
/{usr/,}bin/gpg{2,} rUx, /{usr/,}bin/gpg{2,} rUx,
/{usr/,}bin/vim rCx -> editor, /{usr/,}bin/vim{,.*} rCx -> editor,
/{usr/,}bin/wl-{copy,paste} rPx, /{usr/,}bin/wl-{copy,paste} rPx,
/{usr/,}bin/xclip rPx, /{usr/,}bin/xclip rPx,
@ -71,7 +71,7 @@ profile pass @{exec_path} {
include <abstractions/base> include <abstractions/base>
include <abstractions/nameservice-strict> include <abstractions/nameservice-strict>
/{usr/,}bin/vim mrix, /{usr/,}bin/vim{,.*} mrix,
/etc/vim/{,**} r, /etc/vim/{,**} r,
/etc/vimrc r, /etc/vimrc r,
@ -81,7 +81,7 @@ profile pass @{exec_path} {
owner @{HOME}/.fzf/plugin/ r, owner @{HOME}/.fzf/plugin/ r,
owner @{HOME}/.fzf/plugin/fzf.vim r, owner @{HOME}/.fzf/plugin/fzf.vim r,
owner @{HOME}/.viminfo{,.tmp} rw, owner @{HOME}/.viminf{o,z}{,.tmp} rw,
owner @{user_password_store_dirs}/{,**/} r, owner @{user_password_store_dirs}/{,**/} r,
owner @{user_projects_dirs}/**/*-store/{,**/} r, owner @{user_projects_dirs}/**/*-store/{,**/} r,