Skip to content

Commit

Permalink
Updated Time Machine table documentation to require FDA. (osquery#8325)
Browse files Browse the repository at this point in the history
  • Loading branch information
getvictor authored May 3, 2024
1 parent 28c5df5 commit 7bc7f39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion specs/darwin/time_machine_backups.table
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
table_name("time_machine_backups")
description("Backups to drives using TimeMachine.")
description("Backups to drives using TimeMachine. This table requires Full Disk Access (FDA) permission.")
schema([
Column("destination_id", TEXT, "Time Machine destination ID"),
Column("backup_date", INTEGER, "Backup Date"),
Expand Down
2 changes: 1 addition & 1 deletion specs/darwin/time_machine_destinations.table
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
table_name("time_machine_destinations")
description("Locations backed up to using Time Machine.")
description("Locations backed up to using Time Machine. This table requires Full Disk Access (FDA) permission.")
schema([
Column("alias", TEXT, "Human readable name of drive"),
Column("destination_id", TEXT, "Time Machine destination ID"),
Expand Down

0 comments on commit 7bc7f39

Please sign in to comment.