# Short name for the security policy
policy_shortname=security_policy_mysql

# Data Admin name
da_id=DataAdmin1

# Type of cipher - supported : aes, blowfish, twofish
cipher=aes
# Repositories to protect - in the format:
# unencrypted path, encrypted path

repo=/var/lib/mysql,/var/log/mysql
app_name=mysql
allowed_users=mysql,sgadmin


