I knew the LSEnvironment is for defining environment variables to be set before launching the App.
<key>LSEnvironment</key>
<dict>
<key>PATH</key>
<string>...</string>
</dict>
How about system extension? How can I set some environment variables before the system extension running? Thanks a lot.