Skip to content

Commit

Permalink
Changed instructions for DRIVEDOCS.1.7v0.1 per RFC Comment Issue 154 (#…
Browse files Browse the repository at this point in the history
…155)

* Changed instructions for DRIVEDOCS.1.7v0.1 per RFC Comment Issue 154

* Disallow users in org from sharing

---------

Co-authored-by: Alden Hilton <[email protected]>
  • Loading branch information
jkaufman-mitre and adhilto authored Jan 29, 2024
1 parent 5a7e28f commit 412c83d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ To configure the settings for Sharing options:

#### GWS.DRIVEDOCS.1.7v0.1 Instructions
1. Select **Sharing settings** -\> **Sharing options**.
2. Select **Distributing content outside of your domain** -\> **Only users in your organization.**
2. Select **Distributing content outside of your domain** -\> **No one**

#### GWS.DRIVEDOCS.1.8v0.1 Instructions
1. Select **Sharing settings -\> General access default.**
Expand Down
2 changes: 1 addition & 1 deletion rego/Drive.rego
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ NonCompliantOUs1_7 contains OU if {
Events := utils.FilterEvents(LogEvents, "SHARING_TEAM_DRIVE_CROSS_DOMAIN_OPTIONS", OU)
count(Events) > 0
LastEvent := utils.GetLastEvent(Events)
SettingValue := "CROSS_DOMAIN_FROM_INTERNAL_ONLY CROSS_DOMAIN_MOVES_BLOCKED INHERIT_FROM_PARENT"
SettingValue := "CROSS_DOMAIN_MOVES_BLOCKED INHERIT_FROM_PARENT"
contains(SettingValue, LastEvent.NewValue) == false
}

Expand Down

0 comments on commit 412c83d

Please sign in to comment.