shaka-packager/packager
KongQun Yang 9e3dc06d20 Fix file permission issue with manifests
ImportantFileWriter::WriteFileAtomically uses mkstemp internally,
which set file permission to 0600, which is not what we want.
Update the code to not use mkstemp instead.

Also updated temporary file name logic to include process id in
the name so it can be unique across processes.

Fixes #259

Change-Id: I2d5a375925cf552bc0db5269f409d7522e63fca5
2017-08-01 15:42:55 -07:00
..
app Consolidate various playlist_type types 2017-07-21 20:43:14 +00:00
buildtools/third_party Update DEPS to fix mac build failure 2016-08-19 13:49:41 -07:00
file Fix file permission issue with manifests 2017-08-01 15:42:55 -07:00
hls Consolidate various playlist_type types 2017-07-21 20:43:14 +00:00
media Consolidate various playlist_type types 2017-07-21 20:43:14 +00:00
mpd Move packager/media/file to packager/file 2017-07-17 12:08:28 -07:00
testing Enable C++11 in gtest 2017-07-17 20:14:23 +00:00
third_party Fix x64 build on Windows. 2017-01-05 14:19:35 -08:00
tools Fix pssh README to avoid confusion 2017-03-03 16:13:25 -08:00
version Support generation of libpackager.so (shared_library) 2017-06-13 20:42:32 +00:00
common.gypi Support generation of libpackager.so (shared_library) 2017-06-13 20:42:32 +00:00
packager.cc Consolidate various playlist_type types 2017-07-21 20:43:14 +00:00
packager.gyp Move packager/media/file to packager/file 2017-07-17 12:08:28 -07:00
packager.h Consolidate various playlist_type types 2017-07-21 20:43:14 +00:00
packager_test.cc Move status.h under packager/ 2017-06-30 11:35:18 -07:00
protoc.gypi Support generation of libpackager.so (shared_library) 2017-06-13 20:42:32 +00:00
status.cc Move status.h under packager/ 2017-06-30 11:35:18 -07:00
status.h Move status.h under packager/ 2017-06-30 11:35:18 -07:00
status_test_util.h Move status.h under packager/ 2017-06-30 11:35:18 -07:00
status_unittest.cc Move status.h under packager/ 2017-06-30 11:35:18 -07:00