osquery-1/specs/darwin/shared_folders.table

8 lines
317 B
Plaintext

table_name("shared_folders")
description("Folders available to others via SMB or AFP.")
schema([
Column("name", TEXT, "The shared name of the folder as it appears to other users"),
Column("path", TEXT, "Absolute path of shared folder on the local system")
])
implementation("shared_folders@genSharedFolders")