2012-01-06 11:45:44 -06:00
|
|
|
# ------------------------------------------------------------------
|
|
|
|
#
|
|
|
|
# Copyright (C) 2012 Canonical Ltd.
|
|
|
|
#
|
|
|
|
# This program is free software; you can redistribute it and/or
|
|
|
|
# modify it under the terms of version 2 of the GNU General Public
|
|
|
|
# License published by the Free Software Foundation.
|
|
|
|
#
|
|
|
|
# ------------------------------------------------------------------
|
|
|
|
|
2020-05-05 00:08:39 -07:00
|
|
|
abi <abi/3.0>,
|
|
|
|
|
2012-01-06 11:45:44 -06:00
|
|
|
/etc/pkcs11/ r,
|
|
|
|
/etc/pkcs11/pkcs11.conf r,
|
|
|
|
/etc/pkcs11/modules/ r,
|
|
|
|
/etc/pkcs11/modules/* r,
|
|
|
|
|
2012-01-18 16:22:08 -06:00
|
|
|
/usr/lib{,32,64}/pkcs11/*.so mr,
|
|
|
|
/usr/lib/@{multiarch}/pkcs11/*.so mr,
|
|
|
|
|
2013-09-12 09:24:28 -05:00
|
|
|
/usr/share/p11-kit/modules/ r,
|
|
|
|
/usr/share/p11-kit/modules/* r,
|
|
|
|
|
2013-12-19 23:19:40 -08:00
|
|
|
# gnome-keyring pkcs11 module
|
2020-02-13 11:02:49 +02:00
|
|
|
owner @{run}/user/[0-9]*/keyring*/pkcs11 rw,
|
2013-12-19 23:19:40 -08:00
|
|
|
|
2012-01-06 11:45:44 -06:00
|
|
|
# p11-kit also supports reading user configuration from ~/.pkcs11 depending
|
|
|
|
# on how /etc/pkcs11/pkcs11.conf is configured. This should generally not be
|
|
|
|
# included in this abstraction.
|
2019-01-24 03:03:11 -08:00
|
|
|
|
|
|
|
# Include additions to the abstraction
|
2020-05-30 19:46:08 +02:00
|
|
|
include if exists <abstractions/p11-kit.d>
|