mirror of https://github.com/MISP/MISP
fix: [ACL] added objects/restSearch
parent
f6b67e8593
commit
8e256a8ce1
|
@ -285,21 +285,22 @@ class ACLComponent extends Component
|
|||
'view' => array('*')
|
||||
),
|
||||
'objects' => array(
|
||||
'add' => array('perm_add'),
|
||||
'addValueField' => array('perm_add'),
|
||||
'delete' => array('perm_add'),
|
||||
'edit' => array('perm_add'),
|
||||
'get_row' => array('perm_add'),
|
||||
'orphanedObjectDiagnostics' => array(),
|
||||
'editField' => array('perm_add'),
|
||||
'fetchEditForm' => array('perm_add'),
|
||||
'fetchViewValue' => array('*'),
|
||||
'quickAddAttributeForm' => array('perm_add'),
|
||||
'quickFetchTemplateWithValidObjectAttributes' => array('perm_add'),
|
||||
'proposeObjectsFromAttributes' => array('*'),
|
||||
'groupAttributesIntoObject' => array('perm_add'),
|
||||
'revise_object' => array('perm_add'),
|
||||
'view' => array('*'),
|
||||
'add' => array('perm_add'),
|
||||
'addValueField' => array('perm_add'),
|
||||
'delete' => array('perm_add'),
|
||||
'edit' => array('perm_add'),
|
||||
'get_row' => array('perm_add'),
|
||||
'orphanedObjectDiagnostics' => array(),
|
||||
'editField' => array('perm_add'),
|
||||
'fetchEditForm' => array('perm_add'),
|
||||
'fetchViewValue' => array('*'),
|
||||
'quickAddAttributeForm' => array('perm_add'),
|
||||
'quickFetchTemplateWithValidObjectAttributes' => array('perm_add'),
|
||||
'restSearch' => array('*'),
|
||||
'proposeObjectsFromAttributes' => array('*'),
|
||||
'groupAttributesIntoObject' => array('perm_add'),
|
||||
'revise_object' => array('perm_add'),
|
||||
'view' => array('*'),
|
||||
),
|
||||
'objectReferences' => array(
|
||||
'add' => array('perm_add'),
|
||||
|
|
Loading…
Reference in New Issue