mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 16:39:01 +00:00
Update screenlock table doc to be more explicit about its limitations (#12432)
Co-authored-by: Eric <eashaw@sailsjs.com>
This commit is contained in:
parent
befda0d435
commit
282af8244f
1 changed files with 7 additions and 0 deletions
7
schema/tables/screenlock.yml
Normal file
7
schema/tables/screenlock.yml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
name: screenlock
|
||||
description: >-
|
||||
macOS screenlock status
|
||||
notes: >-
|
||||
- Only fetches results for osquery's current logged-in user context. If osquery is running as root, this table will return no results.
|
||||
|
||||
- The user must also have recently logged in in order to show the latest setting.
|
||||
Loading…
Reference in a new issue