]> git.proxmox.com Git - pve-common.git/blobdiff - src/PVE/Syscall.pm
tools: add fchownat syscall
[pve-common.git] / src / PVE / Syscall.pm
index 0f50c631b85d1e05b2cea9f5fd7dd923c75659a8..99e43e77667dd432ba611585251ccba14c4bb44d 100644 (file)
@@ -13,6 +13,8 @@ BEGIN {
        close => &SYS_close,
        mkdirat => &SYS_mkdirat,
        faccessat => &SYS_faccessat,
+       setresuid => &SYS_setresuid,
+       fchownat => &SYS_fchownat,
     );
 };