| 12345678910111213141516171819 |
- Profile {
- Name = operator
- Description = "Profile allowing normal Bareos operations."
- Command ACL = !.bvfs_clear_cache, !.exit, !.sql
- Command ACL = !configure, !create, !delete, !purge, !prune, !sqlquery, !umount, !unmount
- Command ACL = *all*
- Catalog ACL = *all*
- Client ACL = *all*
- FileSet ACL = *all*
- Job ACL = *all*
- Plugin Options ACL = *all*
- Pool ACL = *all*
- Schedule ACL = *all*
- Storage ACL = *all*
- Where ACL = *all*
- }
|