| 123456789101112131415 |
- #
- # bareos-webui webui-admin profile resource
- #
- Profile {
- Name = "webui-admin"
- CommandACL = !.bvfs_clear_cache, !.exit, !.sql, !configure, !create, !delete, !purge, !prune, !sqlquery, *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*
- }
|