LMS-Community / slimserver-platforms

Platform-specific build tools for Lyrion Music Server
48 stars 41 forks source link

Don't chown /lms but do ensure it's readable and executable by all #53

Closed gtallan closed 7 months ago

gtallan commented 7 months ago

Don't chown /lms but do ensure it's readable and executable by all

gtallan commented 7 months ago

BTW my reasoning for this is that we shouldn't need to change ownership of /lms if world readable/executable, as long as no writes are required. The chmod is just to ensure that permissions are as expected rather than relying on those copied into the container.

mherger commented 7 months ago

Thanks!