https://github.com/osquery/osquery logo
#general
Title
# general
e

ET

09/10/2020, 1:31 PM
@terracatta Do you know about earlier versions of macOS ?
b

Ben Montour

09/10/2020, 1:43 PM
Are you wanting to turn off the public folder or what are you looking for exactly? A user's public folder is added and shared by default if file sharing is turned on. At least since High Sierra, I'm not sure how much farther back it started to be honest.
1
t

terracatta

09/10/2020, 1:55 PM
This is a very old feature of macOS its been there since I've been using the operating system, 10.4 (Tiger). It's possible it was introduce on that version or earlier
👍 2
e

ET

09/13/2020, 7:32 AM
I want to check only which folder was shared except from "public folder" because this folder shared by default
b

Ben Montour

09/14/2020, 9:22 PM
then the query @fritz shared should work
Copy code
SELECT * FROM shared_folders WHERE name NOT LIKE '%Public Folder';
2 Views