Fix access to OpenSC configuration (#326)

This commit is contained in:
Jose Maldonado 2024-05-06 14:16:39 -04:00 committed by GitHub
parent 89f896a0fd
commit 8224ac2b3f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 9 additions and 2 deletions

View file

@ -31,6 +31,7 @@ profile gsd-smartcard @{exec_path} flags=(attach_disconnected) {
/usr/share/glib-2.0/schemas/gschemas.compiled r,
/etc/opensc.conf r,
/etc/opensc/opensc.conf r,
owner @{GDM_HOME}/greeter-dconf-defaults r,
owner @{gdm_config_dirs}/dconf/user r,

View file

@ -36,6 +36,8 @@ profile seahorse @{exec_path} {
/etc/pki/trust/blocklist/ r,
/etc/gcrypt/hwf.deny r,
/etc/opensc.conf r,
/etc/opensc/opensc.conf r,
owner @{HOME}/@{XDG_SSH_DIR}/{,**} r,