
anyue202.composer-sdk-java-bna.0.14.2.source-code.default.acl Maven / Gradle / Ivy
/*
* 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