Skip to content

Commit

Permalink
Alloy typo fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
vinahradau authored Jun 14, 2020
1 parent 3eb8771 commit 2a02f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cid_domain_specification_alloy.als
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ all u : DOMAIN.externalUsers | u not in DOMAIN.internalUsers

fact {
// external users with CID access rights have to have internal user in their teams:
// an internal employee has to responsible for the compliance of outsourced CID activities (FINMA 50*)
// an internal employee has to be responsible for the compliance of outsourced CID activities (FINMA 50*)
no u : DOMAIN.externalUsers |
(some r : DOMAIN.userAccessRights[u] | isCIDRole[r]) and (DOMAIN.teams[(DOMAIN.teams).u] & DOMAIN.internalUsers = none)
}
Expand Down

0 comments on commit 2a02f84

Please sign in to comment.