mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 17:08:09 +01:00
Fix access to OpenSC configuration (#326)
This commit is contained in:
parent
89f896a0fd
commit
8224ac2b3f
6 changed files with 9 additions and 2 deletions
|
@ -119,6 +119,7 @@ profile firefox @{exec_path} flags=(attach_disconnected) {
|
||||||
/etc/mailcap r,
|
/etc/mailcap r,
|
||||||
/etc/mime.types r,
|
/etc/mime.types r,
|
||||||
/etc/opensc.conf r,
|
/etc/opensc.conf r,
|
||||||
|
/etc/opensc/opensc.conf r,
|
||||||
/etc/sysconfig/proxy r,
|
/etc/sysconfig/proxy r,
|
||||||
/etc/xdg/* r,
|
/etc/xdg/* r,
|
||||||
/etc/xul-ext/kwallet5.js r,
|
/etc/xul-ext/kwallet5.js r,
|
||||||
|
|
|
@ -31,6 +31,7 @@ profile gsd-smartcard @{exec_path} flags=(attach_disconnected) {
|
||||||
/usr/share/glib-2.0/schemas/gschemas.compiled r,
|
/usr/share/glib-2.0/schemas/gschemas.compiled r,
|
||||||
|
|
||||||
/etc/opensc.conf r,
|
/etc/opensc.conf r,
|
||||||
|
/etc/opensc/opensc.conf r,
|
||||||
|
|
||||||
owner @{GDM_HOME}/greeter-dconf-defaults r,
|
owner @{GDM_HOME}/greeter-dconf-defaults r,
|
||||||
owner @{gdm_config_dirs}/dconf/user r,
|
owner @{gdm_config_dirs}/dconf/user r,
|
||||||
|
|
|
@ -36,6 +36,8 @@ profile seahorse @{exec_path} {
|
||||||
|
|
||||||
/etc/pki/trust/blocklist/ r,
|
/etc/pki/trust/blocklist/ r,
|
||||||
/etc/gcrypt/hwf.deny r,
|
/etc/gcrypt/hwf.deny r,
|
||||||
|
/etc/opensc.conf r,
|
||||||
|
/etc/opensc/opensc.conf r,
|
||||||
|
|
||||||
owner @{HOME}/@{XDG_SSH_DIR}/{,**} r,
|
owner @{HOME}/@{XDG_SSH_DIR}/{,**} r,
|
||||||
|
|
||||||
|
|
|
@ -64,6 +64,7 @@ profile torbrowser @{exec_path} flags=(attach_disconnected) {
|
||||||
/etc/mailcap r,
|
/etc/mailcap r,
|
||||||
/etc/mime.types r,
|
/etc/mime.types r,
|
||||||
/etc/opensc.conf r,
|
/etc/opensc.conf r,
|
||||||
|
/etc/opensc/opensc.conf r,
|
||||||
/etc/sysconfig/proxy r,
|
/etc/sysconfig/proxy r,
|
||||||
/etc/xdg/* r,
|
/etc/xdg/* r,
|
||||||
/etc/xul-ext/kwallet5.js r,
|
/etc/xul-ext/kwallet5.js r,
|
||||||
|
|
|
@ -13,6 +13,7 @@ profile pkcs11-register @{exec_path} {
|
||||||
@{exec_path} mr,
|
@{exec_path} mr,
|
||||||
|
|
||||||
/etc/opensc.conf r,
|
/etc/opensc.conf r,
|
||||||
|
/etc/opensc/opensc.conf r,
|
||||||
|
|
||||||
owner @{HOME}/.mozilla/firefox/*/pkcs11.txt rw,
|
owner @{HOME}/.mozilla/firefox/*/pkcs11.txt rw,
|
||||||
owner @{HOME}/.mozilla/firefox/profiles.ini r,
|
owner @{HOME}/.mozilla/firefox/profiles.ini r,
|
||||||
|
|
|
@ -25,6 +25,7 @@ profile rngd @{exec_path} flags=(attach_disconnected) {
|
||||||
/etc/conf.d/rngd r,
|
/etc/conf.d/rngd r,
|
||||||
/etc/machine-id r,
|
/etc/machine-id r,
|
||||||
/etc/opensc.conf r,
|
/etc/opensc.conf r,
|
||||||
|
/etc/opensc/opensc.conf r,
|
||||||
/var/lib/dbus/machine-id r,
|
/var/lib/dbus/machine-id r,
|
||||||
|
|
||||||
@{sys}/devices/virtual/misc/hw_random/rng_available r,
|
@{sys}/devices/virtual/misc/hw_random/rng_available r,
|
||||||
|
|
Loading…
Reference in a new issue