Skip to content

Commit 39fe1fe

Browse files
docs: Document new AntiSuspendSigningIDs key (#908)
1 parent 3fbb96d commit 39fe1fe

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

docs/src/lib/santaconfig.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,13 @@ export const SantaConfigKeyGroups: SantaConfigGroups = {
133133
See Stats documentation for complete details`,
134134
type: "string",
135135
},
136+
{
137+
key: "AntiSuspendSigningIDs",
138+
description: "A list of Signing IDs to protect from `pid_suspend` calls.",
139+
type: "string",
140+
repeated: true,
141+
versionAdded: "2026.3",
142+
},
136143
],
137144
gui: [
138145
{

0 commit comments

Comments
 (0)