1Profile {
2   Name = operator
3   Description = "Profile allowing normal Bareos operations."
4
5   Command ACL = !.bvfs_clear_cache, !.exit, !.sql
6   Command ACL = !configure, !create, !delete, !purge, !prune, !sqlquery, !umount, !unmount
7   Command ACL = *all*
8
9   Catalog ACL = *all*
10   Client ACL = *all*
11   FileSet ACL = *all*
12   Job ACL = *all*
13   Plugin Options ACL = *all*
14   Pool ACL = *all*
15   Schedule ACL = *all*
16   Storage ACL = *all*
17   Where ACL = *all*
18}
19