summarylogtreecommitdiffstats
path: root/gcr.install
diff options
context:
space:
mode:
Diffstat (limited to 'gcr.install')
-rw-r--r--gcr.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/gcr.install b/gcr.install
new file mode 100644
index 000000000000..ce876d28ba11
--- /dev/null
+++ b/gcr.install
@@ -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: