Activity log for bug #1771350

Date Who What changed Old value New value Message
2018-05-15 13:27:46 Knut Ahlers bug added bug
2018-05-15 13:27:46 Knut Ahlers attachment added Required changes to fix directory permissions https://bugs.launchpad.net/bugs/1771350/+attachment/5139824/+files/dir-permissions.patch
2018-05-15 13:39:38 Thomas Ward nginx (Ubuntu): importance Undecided Wishlist
2018-05-15 13:39:38 Thomas Ward nginx (Ubuntu): assignee Thomas Ward (teward)
2018-05-15 13:39:40 Knut Ahlers description The source code of the RTMP module contains a hard-coded directory permission for newly created directories within the HLS fragment generation set to `0744` which makes no sense for directories as the executable bit is missing. As we need to access the files from more than one user the directory should not only be readable but also be accessible (`0755`) for other users. Sadly the upstream project seems inactive (~700 issues, 65 PRs, no changes for ~6M) so I'm asking to include a patch for this into the Ubuntu modifications (patches) of the package. The required change is attached as a patch file. The source code of the RTMP module contains a hard-coded directory permission for newly created directories within the HLS fragment generation set to `0744` which makes no sense for directories as the executable bit is missing. As we need to access the files from more than one user the directory should not only be readable but also be accessible (`0755`) for other users. Sadly the upstream project seems inactive (~700 issues, 65 PRs, no changes for ~6M) so I'm asking to include a patch for this into the Ubuntu modifications (patches) of the package. The required change is attached as a patch file. Edit: Related upstream pull-request: https://github.com/arut/nginx-rtmp-module/pull/546
2018-05-15 13:39:49 Thomas Ward nginx (Ubuntu): status New Triaged
2018-05-15 16:21:28 Ubuntu Foundations Team Bug Bot tags patch
2018-05-15 16:21:36 Ubuntu Foundations Team Bug Bot bug added subscriber Ubuntu Review Team