webui-admin.conf 570 B

12345678910111213141516
  1. #
  2. # bareos-webui webui-admin profile resource
  3. #
  4. Profile {
  5. Name = "webui-admin"
  6. #CommandACL = !.bvfs_clear_cache, !.exit, !.sql, !configure, !create, !delete, !purge, !sqlquery, !umount, !unmount, .help, help, *all*
  7. CommandACL = list, llist, rerun, cancel, run, enable, disable, .bvfs_.*, .filesets, .jobs, restore, .schedule, show, status, import, export, release, update, label, .pools, *all*
  8. Job ACL = *all*
  9. Schedule ACL = *all*
  10. Catalog ACL = *all*
  11. Pool ACL = *all*
  12. Storage ACL = *all*
  13. Client ACL = *all*
  14. FileSet ACL = *all*
  15. Where ACL = *all*
  16. }