You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`Array of allowed Santa Commands. If the key \`AllowedSantaCommands\` is unset (nil), all commands are allowed.
147
+
If \`AllowedSantaCommands\` is an empty array, none of the commands are allowed.`,
148
+
type: "string",
149
+
syncConfigurable: false,
150
+
repeated: true,
151
+
possibleValues: [
152
+
{value: "kill"},
153
+
{value: "ping"},
154
+
{value: "eventupload"},
155
+
],
156
+
versionAdded: "2026.3",
157
+
},
143
158
],
144
159
gui: [
145
160
{
@@ -758,15 +773,15 @@ changes in the release notes of any future release that changes them.`,
758
773
usb: [
759
774
{
760
775
key: "BlockUSBMount",
761
-
description: "Deprecated: use RemovableMediaAction instead. If true, blocking Removable Media (e.g. USB Mass storage) feature is enabled.",
776
+
description: "Deprecated: use \`RemovableMediaAction\` instead. If true, blocking Removable Media (e.g. USB Mass storage) feature is enabled.",
762
777
type: "bool",
763
778
syncConfigurable: true,
764
779
defaultValue: false,
765
780
versionDeprecated: "2026.3",
766
781
},
767
782
{
768
783
key: "RemountUSBMode",
769
-
description: `Deprecated: use RemovableMediaRemountFlags instead. Array of strings for arguments to pass to \`mount -o\` when forcibly remounting devices.`,
784
+
description: `Deprecated: use \`RemovableMediaRemountFlags\` instead. Array of strings for arguments to pass to \`mount -o\` when forcibly remounting devices.`,
770
785
type: "string",
771
786
syncConfigurable: true,
772
787
repeated: true,
@@ -786,7 +801,7 @@ changes in the release notes of any future release that changes them.`,
786
801
{
787
802
key: "RemovableMediaAction",
788
803
description:
789
-
"Action for all removable media. If unset, falls back to deprecated BlockUSBMount + RemountUSBMode.",
804
+
"Action for all removable media. If unset, falls back to deprecated \`BlockUSBMount\` + \`RemountUSBMode\`.",
790
805
type: "string",
791
806
syncConfigurable: true,
792
807
possibleValues: [
@@ -798,7 +813,7 @@ changes in the release notes of any future release that changes them.`,
798
813
{
799
814
key: "RemovableMediaRemountFlags",
800
815
description:
801
-
"Array of mount flag arguments when RemovableMediaAction is Remount. If unset, falls back to deprecated RemountUSBMode.",
816
+
"Array of mount flag arguments when \`RemovableMediaAction\` is Remount. If unset, falls back to deprecated \`RemountUSBMode\`.",
802
817
type: "string",
803
818
syncConfigurable: true,
804
819
repeated: true,
@@ -829,7 +844,7 @@ changes in the release notes of any future release that changes them.`,
829
844
{
830
845
key: "EncryptedRemovableMediaRemountFlags",
831
846
description:
832
-
"Array of mount flag arguments for encrypted removable media when EncryptedRemovableMediaAction is Remount.",
847
+
"Array of mount flag arguments for encrypted removable media when \`EncryptedRemovableMediaAction\` is Remount.",
0 commit comments