Get all SELinux types in the policy

If the SELinux type (in below example it is db_log_t) is invalid or not available in the policy:

chcon -u unconfined_u -t db_log_t /db/log
chcon returns the error:
failed to change context, invalid argument
To get all types in the policy (you can use grep for filtering):
semanage fcontext -l