Go to file
Marek Marczykowski-Górecki 7607b45eae 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-30 00:55:46 +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 3.0.0 2014-11-22 16:24:11 +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-30 00:55:46 +01:00
rpm_spec rpm: add missing dependency 2014-07-08 12:07:38 +02:00
udev udev: update hotplug block scripts for QubesDB 2014-12-11 06:06:57 +01: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 3.0.0 2014-11-22 16:24:11 +01:00