From 8dc59c6545742ea065d33422d9b08132f7fac580 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Tue, 27 Jun 2017 08:06:42 +0200 Subject: [PATCH] documented changes --- softhsm.spec | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/softhsm.spec b/softhsm.spec index 19a0496..0d20885 100644 --- a/softhsm.spec +++ b/softhsm.spec @@ -131,6 +131,13 @@ if [ -f /var/softhsm/slot0.db ]; then fi %changelog +* Tue Jun 27 2017 Nikos Mavrogiannopoulos - 2.2.0-2 +- Increased the level of messages that go to syslog, thus softhsm + will no longer write on syslog when it cannot open the shared DB (#1425135) +- Allow users in the 'ods' group to store their keys in /var/lib/softhsm/tokens/ + while at the same time disallow deleting other users' keys (using the + sticky bit). Prevent users in the 'ods' group from writing in /var/lib/softhsm. + * Thu Jun 22 2017 Nikos Mavrogiannopoulos - 2.2.0-1 - Rebased to latest upstream release