X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;ds=sidebyside;f=src%2FPVE%2FSyscall.pm;h=99e43e77667dd432ba611585251ccba14c4bb44d;hb=6cf6b40469e5cbd63c04f075ce1399f3a1ad3574;hp=a2903b72cd2212cd00c33037479f35c4e6da62e6;hpb=6bd0783c11f72019ffe222f7088ba408fc407278;p=pve-common.git diff --git a/src/PVE/Syscall.pm b/src/PVE/Syscall.pm index a2903b7..99e43e7 100644 --- a/src/PVE/Syscall.pm +++ b/src/PVE/Syscall.pm @@ -14,6 +14,7 @@ BEGIN { mkdirat => &SYS_mkdirat, faccessat => &SYS_faccessat, setresuid => &SYS_setresuid, + fchownat => &SYS_fchownat, ); };