From 16c67ffc711d39a5fa9a3b5dd9f116fee11cdd7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Falconnier?= Date: Tue, 9 Jul 2024 16:10:33 -0400 Subject: [PATCH] No --- santa_configurations.tf | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/santa_configurations.tf b/santa_configurations.tf index 74e2169..51dc140 100644 --- a/santa_configurations.tf +++ b/santa_configurations.tf @@ -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!" +}