]> git.proxmox.com Git - pve-common.git/commit - src/PVE/Tools.pm
fix #4671: use O_DIRECTORY from Fcntl
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 18 Apr 2023 07:27:02 +0000 (09:27 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 18 Apr 2023 07:52:31 +0000 (09:52 +0200)
commit4cb946a81c6b26790c8a78f8da7aa9921e8d63f9
tree2206fa1049fbc5c7c782bf6ec690bb0c88781f16
parent28932ade21f788685780e77be8a1cb508c2b8940
fix #4671: use O_DIRECTORY from Fcntl

on ARM this flag has a different value, let's not hardcode
it.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
src/PVE/Tools.pm