| 12345678910111213141516 |
- #
- # bareos-webui webui-admin profile resource
- #
- Profile {
- Name = "webui-admin"
- #CommandACL = !.bvfs_clear_cache, !.exit, !.sql, !configure, !create, !delete, !purge, !sqlquery, !umount, !unmount, .help, help, *all*
- CommandACL = list, llist, rerun, cancel, run, enable, disable, .bvfs_.*, .filesets, .jobs, restore, .schedule, show, status, import, export, release, update, label, .pools, *all*
- Job ACL = *all*
- Schedule ACL = *all*
- Catalog ACL = *all*
- Pool ACL = *all*
- Storage ACL = *all*
- Client ACL = *all*
- FileSet ACL = *all*
- Where ACL = *all*
- }
|