You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes! Currently, parsing of com.apple.loginitems.plist's is unimplemented.
Describe the solution you'd like
Implement parsing/triage of macOS Login Items plist in macautoruns/autoruns.go
Document
Test data is retrieved successfully without negative impact to the system
Possible Drawbacks
What are the possible side-effects or negative impacts of the code change on the end-user?
None foreseeable 😄
Release Notes
Describe what the release note should be that explains this improvement in
terms that an end-user can understand. This text will be used in the release notes once the feature is added.
Implement parsing of macOS com.apple.loginitems.plist
Additional context
"Users/*/Library/Preferences/com.apple.loginitems.plist" "private/var/*/Library/Preferences/com.apple.loginitems.plist"
See macautoruns/autoruns.go for commented code and other examples.
The text was updated successfully, but these errors were encountered:
🚀 Feature Request - macOS autoruns - login items plist
Is your proposal related to a problem?
Yes! Currently, parsing of
com.apple.loginitems.plist
's is unimplemented.Describe the solution you'd like
macautoruns/autoruns.go
Possible Drawbacks
What are the possible side-effects or negative impacts of the code change on the end-user?
None foreseeable 😄
Release Notes
Describe what the release note should be that explains this improvement in
terms that an end-user can understand. This text will be used in the release notes once the feature is added.
Implement parsing of macOS com.apple.loginitems.plist
Additional context
"Users/*/Library/Preferences/com.apple.loginitems.plist"
"private/var/*/Library/Preferences/com.apple.loginitems.plist"
See
macautoruns/autoruns.go
for commented code and other examples.The text was updated successfully, but these errors were encountered: