@@ -340,57 +340,57 @@ Application: &ApplicationDefaults
340
340
# ---Lifecycle System Chaincode (lscc) function to policy mapping for access control---#
341
341
342
342
# ACL policy for lscc's "getid" function
343
- lscc. ChaincodeExists : /Channel/Application/Readers
343
+ lscc/ ChaincodeExists : /Channel/Application/Readers
344
344
345
345
# ACL policy for lscc's "getdepspec" function
346
- lscc. GetDeploymentSpec : /Channel/Application/Readers
346
+ lscc/ GetDeploymentSpec : /Channel/Application/Readers
347
347
348
348
# ACL policy for lscc's "getccdata" function
349
- lscc. GetChaincodeData : /Channel/Application/Readers
349
+ lscc/ GetChaincodeData : /Channel/Application/Readers
350
350
351
351
# ---Query System Chaincode (qscc) function to policy mapping for access control---#
352
352
353
353
# ACL policy for qscc's "GetChainInfo" function
354
- qscc. GetChainInfo : /Channel/Application/Readers
354
+ qscc/ GetChainInfo : /Channel/Application/Readers
355
355
356
356
# ACL policy for qscc's "GetBlockByNumber" function
357
- qscc. GetBlockByNumber : /Channel/Application/Readers
357
+ qscc/ GetBlockByNumber : /Channel/Application/Readers
358
358
359
359
# ACL policy for qscc's "GetBlockByHash" function
360
- qscc. GetBlockByHash : /Channel/Application/Readers
360
+ qscc/ GetBlockByHash : /Channel/Application/Readers
361
361
362
362
# ACL policy for qscc's "GetTransactionByID" function
363
- qscc. GetTransactionByID : /Channel/Application/Readers
363
+ qscc/ GetTransactionByID : /Channel/Application/Readers
364
364
365
365
# ACL policy for qscc's "GetBlockByTxID" function
366
- qscc. GetBlockByTxID : /Channel/Application/Readers
366
+ qscc/ GetBlockByTxID : /Channel/Application/Readers
367
367
368
368
# ---Configuration System Chaincode (cscc) function to policy mapping for access control---#
369
369
370
370
# ACL policy for cscc's "GetConfigBlock" function
371
- cscc. GetConfigBlock : /Channel/Application/Readers
371
+ cscc/ GetConfigBlock : /Channel/Application/Readers
372
372
373
373
# ACL policy for cscc's "GetConfigTree" function
374
- cscc. GetConfigTree : /Channel/Application/Readers
374
+ cscc/ GetConfigTree : /Channel/Application/Readers
375
375
376
376
# ACL policy for cscc's "SimulateConfigTreeUpdate" function
377
- cscc. SimulateConfigTreeUpdate : /Channel/Application/Writers
377
+ cscc/ SimulateConfigTreeUpdate : /Channel/Application/Writers
378
378
379
379
# ---Miscellanesous peer function to policy mapping for access control---#
380
380
381
381
# ACL policy for invoking chaincodes on peer
382
- peer. Proposal : /Channel/Application/Writers
382
+ peer/ Proposal : /Channel/Application/Writers
383
383
384
384
# ACL policy for chaincode to chaincode invocation
385
- peer. ChaincodeToChaincode : /Channel/Application/Readers
385
+ peer/ ChaincodeToChaincode : /Channel/Application/Readers
386
386
387
387
# ---Events resource to policy mapping for access control###---#
388
388
389
389
# ACL policy for sending block events
390
- event. Block : /Channel/Application/Readers
390
+ event/ Block : /Channel/Application/Readers
391
391
392
392
# ACL policy for sending filtered block events
393
- event. FilteredBlock : /Channel/Application/Readers
393
+ event/ FilteredBlock : /Channel/Application/Readers
394
394
395
395
# Organizations lists the orgs participating on the application side of the
396
396
# network.
0 commit comments