summarylogtreecommitdiffstats
path: root/gcr.install
blob: ce876d28ba110d74a4bc79cc2b5c62ab3b34cebb (plain)
1
2
3
4
5
6
7
8
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: