Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix big sur b3 paths #73

Merged
merged 1 commit into from
Sep 3, 2020
Merged

fix big sur b3 paths #73

merged 1 commit into from
Sep 3, 2020

Conversation

erikng
Copy link
Member

@erikng erikng commented Jul 23, 2020

When installing a package via MDM on Big Sur, the behavior of arguments are different:

A manual install will show something like this for $0/$1/$2/$3

/tmp/PKInstallSandbox.l3yeSQ/Scripts/com.uber.pkg.mdm.OffRLT/postinstall
/Users/erikg/Desktop/mdmtest-1.0.pkg
/
/

whereas a MDM installation will show something like this:

/Library/InstallerSandboxes/.PKInstallSandboxManager/16D65155-E119-4290-913D-9C772D60D921.activeSandbox/Scripts/com.uber.pkg.mdm.Wp0Zrx/postinstall
/var/folders/zz/zyxvpxvq6csfxvn_n0000044000011/C/com.apple.appstore/9ABF6C5F-1FA8-41FE-B73D-1435E3B7A4A0/b58ebfa3-3f2c-48db-97a7-6994164585d7.pkg
/System/Volumes/Data
/System/Volumes/Data

This means that for the launch agents and daemons, the path could be:

/Library/LaunchAgents and /Library/LaunchDaemons pre beta 3

post beta 3 /System/Volumes/Data/Library/LaunchAgents and /System/Volumes/Data/Library/LaunchDaemons

@erikng
Copy link
Member Author

erikng commented Jul 23, 2020

I've confirmed this fixes the issue for big sur.

@natewalck natewalck merged commit 1f6f395 into master Sep 3, 2020
@erikng erikng deleted the bsb3fix branch December 4, 2020 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants