]> git.proxmox.com Git - pve-common.git/blobdiff - src/PVE/Syscall.pm
tools: add set/get xattr methods
[pve-common.git] / src / PVE / Syscall.pm
index 8dc21019b1b5ab7e9cc7458335630f0217258d5e..ee374d80932568a66df1281baf24d1221144c260 100644 (file)
@@ -24,6 +24,10 @@ BEGIN {
        fsconfig => &SYS_fsconfig,
        fsmount => &SYS_fsmount,
        fspick => &SYS_fspick,
+       getxattr => &SYS_getxattr,
+       setxattr => &SYS_setxattr,
+       fgetxattr => &SYS_fgetxattr,
+       fsetxattr => &SYS_fsetxattr,
 
        # Below aren't yet in perl's syscall.ph but use asm-generic, so the same across (sane) archs
        # -> none unknown currently, yay