sharing_preferences

OS X Sharing preferences.

Platform support

Please be aware that some queries can only be run against certain platforms. Below is a list of the supported platforms that this query supports. Zercurity will automatically pause queries from running if errors are detected. Running a query against an unsupported platform will result in the following error: no such table: sharing_preferences

  • Mac OSX

Table schema

Name Type Description
screen_sharing INTEGER 1 If screen sharing is enabled else 0
file_sharing INTEGER 1 If file sharing is enabled else 0
printer_sharing INTEGER 1 If printer sharing is enabled else 0
remote_login INTEGER 1 If remote login is enabled else 0
remote_management INTEGER 1 If remote management is enabled else 0
remote_apple_events INTEGER 1 If remote apple events are enabled else 0
internet_sharing INTEGER 1 If internet sharing is enabled else 0
bluetooth_sharing INTEGER 1 If bluetooth sharing is enabled for any user else 0
disc_sharing INTEGER 1 If CD or DVD sharing is enabled else 0
content_caching INTEGER 1 If content caching is enabled else 0

Query examples

Select all the results for the given table.

SELECT * FROM sharing_preferences;