mirror of
https://git.proxmox.com/git/pve-common
synced 2025-08-14 07:29:49 +00:00
fix O_PATH value
This commit is contained in:
parent
8506c60dba
commit
d0229d1d82
@ -75,7 +75,7 @@ use constant {CLONE_NEWNS => 0x00020000,
|
||||
CLONE_NEWPID => 0x20000000,
|
||||
CLONE_NEWNET => 0x40000000};
|
||||
|
||||
use constant O_PATH => 0x10000000;
|
||||
use constant O_PATH => 0x00200000;
|
||||
|
||||
sub run_with_timeout {
|
||||
my ($timeout, $code, @param) = @_;
|
||||
|
Loading…
Reference in New Issue
Block a user