Go to file
Marek Marczykowski-Górecki d88242bb99 filecopy: really do not use O_TMPFILE when use_tmpfile==0
When file opened with O_TMPFILE but use_tmpfile==0, the file will not be
linked to the directory (the code at the end of process_one_file_reg).
Additionally it is waste of time trying using O_TMPFILE when it's
already known it shouldn't be.
Also use_tmpfile==0 can mean we don't have access to /proc
(set_procfs_fd wasn't called), so even if linking the file to its
directory would be attempted, it would fail. This is the case for
dom0-updates copy.
2015-01-21 16:05:19 +01:00
archlinux archlinux: Fix missing symlink for archlinux template build 2014-02-15 08:32:31 +01:00
core Initial native debian packaging 2014-07-23 04:32:46 +02:00
debian version 2.0.16 2015-01-18 18:05:35 +01:00
pkgs archlinux: created build scripts 2013-04-17 01:48:28 +02:00
qmemman use systemd in debian 2014-09-26 23:33:38 +02:00
qrexec-lib filecopy: really do not use O_TMPFILE when use_tmpfile==0 2015-01-21 16:05:19 +01:00
rpm_spec rpm: add missing dependency 2014-07-08 12:07:38 +02:00
udev udev: update dmsetup path 2014-07-26 15:47:15 +02:00
.gitignore gitignore 2014-07-26 03:36:31 +02:00
Makefile Add qmemman to make clean 2014-07-23 04:32:46 +02:00
Makefile.builder Initial native debian packaging 2014-07-23 04:32:46 +02:00
version version 2.0.16 2015-01-18 18:05:35 +01:00