We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fbb96d commit 39fe1feCopy full SHA for 39fe1fe
1 file changed
docs/src/lib/santaconfig.ts
@@ -133,6 +133,13 @@ export const SantaConfigKeyGroups: SantaConfigGroups = {
133
See Stats documentation for complete details`,
134
type: "string",
135
},
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
+ },
143
],
144
gui: [
145
{
0 commit comments