Sha256: b4948f0a69b76a816e34401672d03913d7123bc48eb0027c9d87ce9b0f9023b9
Contents?: true
Size: 983 Bytes
Versions: 4
Compression:
Stored size: 983 Bytes
Contents
# Read assigned projects or self rap: name: read assigned projects # Anyone in the 'sky' group group: sky # can read action: read # all 'assigned_projects' and the visitor's home node query: "%q{assigned_projects or self}" # by receiving the 'erebus' access group exec_group: erebus # and viewing it through the 'sky' Skin. exec_skin: sky priority: 10 # allow any mode mode: '*' # allow any format format: '*' # Read self (this never matches) self: name: read assigned projects # Anyone in the 'sky' group group: sky # can read action: read # self query: '%q{nodes where 1=0}' # by receiving the 'erebus' access group exec_group: erebus # and viewing it through the 'sky' Skin. exec_skin: sky priority: 5 # allow any mode mode: '*' # allow any format format: '*'
Version data entries
4 entries across 4 versions & 1 rubygems