operator.conf 467 B

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