Date: Thursday, February 25, 2021 @ 19:41:34
  Author: heftig
Revision: 408821

FS#69776 add a message about memlock

Added:
  gcr/trunk/gcr.install
Modified:
  gcr/trunk/PKGBUILD

-------------+
 PKGBUILD    |    1 +
 gcr.install |    9 +++++++++
 2 files changed, 10 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2021-02-25 19:12:56 UTC (rev 408820)
+++ PKGBUILD    2021-02-25 19:41:34 UTC (rev 408821)
@@ -13,6 +13,7 @@
 provides=(libgck-1.so libgcr-{base,ui}-3.so)
 _commit=e00d135f04ca0ebc9416044bd74027f21d079066  # tags/3.38.1^0
 backup=(etc/security/limits.d/10-gcr.conf)
+install=gcr.install
 source=("git+https://gitlab.gnome.org/GNOME/gcr.git#commit=$_commit";)
 sha256sums=('SKIP')
 

Added: gcr.install
===================================================================
--- gcr.install                         (rev 0)
+++ gcr.install 2021-02-25 19:41:34 UTC (rev 408821)
@@ -0,0 +1,9 @@
+post_install() {
+  cat <<END
+>>> gcr contains /etc/security/limits.d/10-gcr.conf which sets the memlock 
limit
+    in order to allow GCR to lock private keys in memory. If you have 
configured
+    this limit differently before, please review your configuration.
+END
+}
+
+# vim:set ft=bash sw=2:

Reply via email to