fix: [acl] Added report_from_event entry in ACL

pull/6590/head
mokaddem 2020-11-16 10:48:36 +01:00
parent 51066e786c
commit ea0c3fc635
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 1 additions and 0 deletions

View File

@ -163,6 +163,7 @@ class ACLComponent extends Component
'viewSummary' => array('*'),
'edit' => array('perm_add'),
'delete' => array('perm_add'),
'reportFromEvent' => array('perm_add'),
'restore' => array('perm_add'),
'index' => array('*'),
'getProxyMISPElements' => array('*'),