bluenviron/mediamtx

Support customizing /dev/shm to a different path.

samrocketman opened this issue · 1 comments

Background

I tend to harden my OS by locking down temporary spaces with noexec (/dev/shm, /tmp, and /var/tmp).

Because mediumtx requires exec on /dev/shm to operate I need to loosen my security habits. I would like to enable an alternate tmpfs just for mediumtx in a path other than /dev/shm so that I can lock it down with noexec.

Request

Provide an option on mediumtx binary which allows customizing /dev/shm to a different path.

This issue is being automatically closed because it does not follow the issue template.
Please reopen the issue and make sure to include all sections of the template.