6ab28b3639
Add charmhelpers.contrib.hardening and calls to install, config-changed, upgrade-charm and update-status hooks. Also add new config option to allow one or more hardening modules to be applied at runtime. Change-Id: If0d1e10b58ed506e0aca659f30120b8d5c96c04f
16 lines
393 B
Plaintext
16 lines
393 B
Plaintext
# NOTE: this schema must contain all valid keys from it's associated defaults
|
|
# file. It is used to validate user-provided overrides.
|
|
hardening:
|
|
mysql-conf:
|
|
hardening-conf:
|
|
security:
|
|
chroot:
|
|
safe-user-create:
|
|
secure-auth:
|
|
skip-symbolic-links:
|
|
skip-show-database:
|
|
local-infile:
|
|
allow-suspicious-udfs:
|
|
automatic-sp-privileges:
|
|
secure-file-priv:
|