https://github.com/osquery/osquery logo
#macos
Title
# macos
a

allister

08/18/2020, 11:08 AM
I'm pretty sure there's a way to tell what's registered to open on login, which I have a shitty Electron app doing (who doesn't, amirite) - anyone know what table might have that off the top of their collective heads?
a

allister

08/18/2020, 1:00 PM
not getting anything in the table running osqueryi as my user, vs. output from (ew, but)
Copy code
osascript -e 'tell application "System Events" to get the name of every login item'
f

fritz

08/18/2020, 1:04 PM
Copy code
osquery> SELECT * FROM startup_items;
I0818 09:04:06.405695 416828864 <http://plist.mm:196]|plist.mm:196]> An error occurred in the source of the data.
g

Gavin

08/18/2020, 1:30 PM
This seems like a regressions as it used to work 😞
m

Magneto

08/18/2020, 10:15 PM
Hey, that's my issue! I haven't had a chance to work on it as I mentioned in my last update; anyone who wanted to pick it up is free to do so.
3 Views