Sha256: 5a758a29c53c2ff03dc93449b43f8bfbf78595e11539533cb01010999c0d07a3

Contents?: true

Size: 971 Bytes

Versions: 4

Compression:

Stored size: 971 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:           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:           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

Version Path
zena-1.1.3 bricks/acls/zena/test/sites/erebus/acls.yml
zena-1.1.2 bricks/acls/zena/test/sites/erebus/acls.yml
zena-1.1.1 bricks/acls/zena/test/sites/erebus/acls.yml
zena-1.1.0 bricks/acls/zena/test/sites/erebus/acls.yml