Correct permissions for dylib and so libs on macOS

0

I am building an installer for my application. What would be the correct permissions for *.dylib on macOS and *.so files on Linux? Do they need the execution bit or could they be installed as 644, or even just 444 with root:wheel as owner?

Daniel Stephens

Posted 2019-07-25T16:59:15.957

Reputation: 135

No answers