Skip to content

Commit

Permalink
Merge pull request #12 from np5/202407_no
Browse files Browse the repository at this point in the history
No
  • Loading branch information
whoami-np5 authored Jul 9, 2024
2 parents ce83b8e + 16c67ff commit cc3a9a6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions santa_configurations.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,12 @@ resource "zentral_santa_rule" "teamid-macpaw" {
custom_message = "No MacPaw apps are allowed!!!"
description = "Block MacPaw apps, mostly for demo purposes"
}

resource "zentral_santa_rule" "signingid-yes" {
configuration_id = zentral_santa_configuration.default.id
policy = "BLOCKLIST"
target_type = "SIGNINGID"
target_identifier = "platform:com.apple.yes"
custom_message = "No yes 🕶️"
description = "Say no to yes!"
}

0 comments on commit cc3a9a6

Please sign in to comment.