abr.conf - configuration file for abr
/etc/abr/abr.conf
abr.conf lists files on the system containing passwords and keys. For each file, various metadata can be specified.
The syntax of abr.conf is YAML. The top-level data structure is a list. Its values are associative arrays, and the available fields for these are described below.
Path on the filesystem to this file.
Specifies the deployment mechanism for this file. "keyboard" means that it would be appropriate to ask the systems administrator to type the password in. "file" means that it would be appropriate to ask the systems administrator to arrange for the file to appear in the right place themselves. The default is "keyboard".
User name which should own the file.
Group name which should own the file.
Octal mode for this file. Default is 0400.
New fields may be added. The meaning of existing fields won't be changed. If fields must be removed, they will be deprecated for a reasonable period first.
<http://www.yaml.org/>