All Downloads are FREE. Search and download functionalities are using the official Maven repository.

anyue202.composer-sdk-java-bna.0.16.2-fixed.source-code.default.acl Maven / Gradle / Ivy

The newest version!
/*
 * Copyright IBM Corp. 2017 All Rights Reserved.
 *
 * SPDX-License-Identifier: Apache-2.0
 */

rule SysRule {
  	description: "System rule that should not be removed"
	participant: "org.hyperledger.composer.system.Participant"
   	operation: ALL
    resource: "org.hyperledger.composer.system.**"
  	action: ALLOW
}

// should be modified
rule AssetFullyAccessRule {
  	description: "All kinds of assets fully access rule"
	participant: "org.hyperledger.composer.system.Participant"
   	operation: ALL
    resource: "org.hyperledger.composer.system.Asset"
  	action: ALLOW
}

// should be modified
rule ParticipantFullyAccessRule {
  	description: "All kinds of participants fully access rule"
	participant: "org.hyperledger.composer.system.Participant"
   	operation: ALL
    resource: "org.hyperledger.composer.system.Asset"
  	action: ALLOW
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy