1ef99d852e
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: I46e1b43df3a5e59018f604ce1ae20bd62744a45b
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:
|