Confirmed users
699
edits
Line 30: | Line 30: | ||
# An actor may not grant access that it doesn't have itself | # An actor may not grant access that it doesn't have itself | ||
# Actors may only voluntarily surrender access rights; an actor may not take away access rights from its partner | |||
# No write/write hazards: only one actor may have write access (or have reserved it). | # No write/write hazards: only one actor may have write access (or have reserved it). | ||
# No read/write hazards: one actor cannot have +r while the other has +w | # No read/write hazards: one actor cannot have +r while the other has +w |