]> git.proxmox.com Git - pve-common.git/commitdiff
Allow O_PATH and O_TMPFILE to be exported
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 31 May 2016 12:58:27 +0000 (14:58 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 1 Jun 2016 09:29:59 +0000 (11:29 +0200)
src/PVE/Tools.pm

index 3ad37940fdbb1fcfc298957bd3f5784e3baa82aa..608f5f829b781f4307f46eecf1943cd13f247ef2 100644 (file)
@@ -43,6 +43,8 @@ safe_print
 trim
 extract_param
 file_copy
+O_PATH
+O_TMPFILE
 );
 
 my $pvelogdir = "/var/log/pve";