Screen Saver¶
Warning
This manifest has been pulled from MCX and may not be up to date. Testing is in progress
Contents
Summary¶
PayloadType: | com.apple.screensaver |
---|---|
Supervised Only: | |
N/A | |
macOS: | N/A |
macOS Deprecated: | |
N/A | |
iOS: | N/A |
iOS Deprecated: | N/A |
Highlander: | N/A |
Keys¶
loginWindowIdleTime¶
Login Window Screen Saver Idle Time
Idle time in seconds. Default is 20 minutes (1200 seonds). Set to 0 to disable screensaver.
Type | Default | Required | Regex | iOS | macOS | Supervised |
---|---|---|---|---|---|---|
integer | 1200 | N/A | N/A | N/A | N/A | N/A |
idleTime¶
Screen Saver Idle Time
Idle time in seconds. Default is 5 minutes (300 seonds). Set to 0 to disable screensaver.
Type | Default | Required | Regex | iOS | macOS | Supervised |
---|---|---|---|---|---|---|
integer | 300 | N/A | N/A | N/A | N/A | N/A |
Warning
Incompatible with maxInactivity
loginWindowModulePath¶
Screen Saver Module Path
Path to screen saver module. Note that not all screen savers will work before login. These may include any feed\, random\, shuffle or non-Apple codesigned screensavers.
Type | Default | Required | Regex | iOS | macOS | Supervised |
---|---|---|---|---|---|---|
string | /System/Library/Screen Savers/Flurry.saver | N/A | N/A | N/A | N/A | N/A |
askForPassword¶
Require Password
Require password to wake from sleep or screen saver. Set to 1 to require a password. Set to 0 to not require a password.
Type | Default | Required | Regex | iOS | macOS | Supervised |
---|---|---|---|---|---|---|
integer | 0 | N/A | N/A | N/A | N/A | N/A |
Valid Choices¶
- 0
- 1
askForPasswordDelay¶
Require Password
Number of seconds before requiring a password to unlock the screen. A value of 2147483647 (eg 0x7FFFFFFF) can be used to disable this requirement, and on 10.13, the payload is one of the only ways of disabling the feature. Note that the askForPassword must still be set to true to use this option.
Type | Default | Required | Regex | iOS | macOS | Supervised |
---|---|---|---|---|---|---|
integer | 0 | N/A | N/A | N/A | N/A | N/A |
Warning
Incompatible with maxGracePeriod