feat(profiles): gpg -> gpg{,2}
This commit is contained in:
parent
8dca20c5c6
commit
e9d61fb7d9
33 changed files with 62 additions and 61 deletions
|
|
@ -74,7 +74,7 @@ profile android-studio @{exec_path} {
|
|||
/{usr/,}bin/git rPx,
|
||||
|
||||
/{usr/,}bin/lsb_release rCx -> lsb-release,
|
||||
/{usr/,}bin/gpg rCx -> gpg,
|
||||
/{usr/,}bin/gpg{,2} rCx -> gpg,
|
||||
/{usr/,}bin/xdg-open rCx -> open,
|
||||
|
||||
/{usr/,}lib/jvm/java-[0-9]*-openjdk-*/jre/bin/* rix,
|
||||
|
|
@ -222,7 +222,7 @@ profile android-studio @{exec_path} {
|
|||
profile gpg {
|
||||
include <abstractions/base>
|
||||
|
||||
/{usr/,}bin/gpg mr,
|
||||
/{usr/,}bin/gpg{,2} mr,
|
||||
|
||||
owner @{HOME}/@{XDG_GPG_DIR}/ rw,
|
||||
owner @{HOME}/@{XDG_GPG_DIR}/** rwkl -> @{HOME}/@{XDG_GPG_DIR}/**,
|
||||
|
|
|
|||
|
|
@ -73,7 +73,7 @@ profile atom @{exec_path} {
|
|||
/{usr/,}bin/git rPx,
|
||||
|
||||
# Needed to sign commits
|
||||
/{usr/,}bin/gpg rCx -> gpg,
|
||||
/{usr/,}bin/gpg{,2} rCx -> gpg,
|
||||
|
||||
# /home/ r,
|
||||
# Reading of the user home dir is required or the following error will be printed:
|
||||
|
|
@ -150,7 +150,7 @@ profile atom @{exec_path} {
|
|||
include <abstractions/fonts>
|
||||
include <abstractions/fontconfig-cache-read>
|
||||
|
||||
/{usr/,}bin/gpg mr,
|
||||
/{usr/,}bin/gpg{,2} mr,
|
||||
|
||||
owner @{HOME}/@{XDG_GPG_DIR}/ rw,
|
||||
owner @{HOME}/@{XDG_GPG_DIR}/** rwkl -> @{HOME}/@{XDG_GPG_DIR}/**,
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ profile code @{exec_path} {
|
|||
/{usr/,}bin/git rPUx,
|
||||
|
||||
# Needed to sign commits
|
||||
/{usr/,}bin/gpg rPUx -> gpg,
|
||||
/{usr/,}bin/gpg{,2} rPUx,
|
||||
|
||||
# /home/ r,
|
||||
# Reading of the user home dir is required or the following error will be printed:
|
||||
|
|
|
|||
|
|
@ -213,7 +213,7 @@ profile thunderbird @{exec_path} {
|
|||
/usr/share/xul-ext/enigmail/{,**} r,
|
||||
/{usr/,}bin/gpgconf rCx -> gpg,
|
||||
/{usr/,}bin/gpg-connect-agent rCx -> gpg,
|
||||
/{usr/,}bin/gpg rCx -> gpg,
|
||||
/{usr/,}bin/gpg{,2} rCx -> gpg,
|
||||
/{usr/,}bin/gpgsm rCx -> gpg,
|
||||
|
||||
# Allowed apps to open
|
||||
|
|
@ -239,7 +239,7 @@ profile thunderbird @{exec_path} {
|
|||
network netlink raw,
|
||||
|
||||
/{usr/,}bin/gpgconf mr,
|
||||
/{usr/,}bin/gpg mr,
|
||||
/{usr/,}bin/gpg{,2} mr,
|
||||
/{usr/,}bin/gpg-connect-agent mr,
|
||||
/{usr/,}bin/gpgsm mr,
|
||||
/{usr/,}bin/gpg-agent rix,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue