feat(profile): minor kde improvment on opensuse.

see #208
This commit is contained in:
Alexandre Pujol 2023-11-23 11:19:38 +00:00
parent 31bc5a6053
commit ef1023156e
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
8 changed files with 14 additions and 14 deletions

View file

@ -26,7 +26,7 @@ profile gpg @{exec_path} {
@{bin}/gpg-connect-agent rPx,
@{bin}/gpgconf rPx,
@{bin}/gpgsm rPx,
@{lib}/gnupg/scdaemon rPx,
@{lib}/{,gnupg/}scdaemon rPx,
/etc/inputrc r,

View file

@ -19,7 +19,7 @@ profile gpg-agent @{exec_path} {
@{bin}/pinentry{,-*} rPx,
@{bin}/scdaemon rPx,
@{lib}/gnupg/scdaemon rPx,
@{lib}/{,gnupg/}scdaemon rPx,
/usr/share/gnupg/* r,

View file

@ -24,7 +24,7 @@ profile gpgconf @{exec_path} {
@{bin}/gpgsm rPx,
@{bin}/pinentry-* rPx,
@{bin}/scdaemon rPx,
@{lib}/gnupg/scdaemon rPx,
@{lib}/{,gnupg/}scdaemon rPx,
@{lib}/keyboxd rPUx,
/etc/gcrypt/hwf.deny r,

View file

@ -7,7 +7,7 @@ abi <abi/3.0>,
include <tunables/global>
@{exec_path} = @{bin}/scdaemon @{lib}/gnupg/scdaemon
@{exec_path} = @{bin}/scdaemon @{lib}/{,gnupg/}scdaemon
profile scdaemon @{exec_path} {
include <abstractions/base>
include <abstractions/devices-usb>