summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux/xattr.cc
AgeCommit message (Expand)Author
2020-09-11Check that we have access to the trusted.* xattr namespace directly.Nicolas Lacasse
2020-09-08[vfs] Capitalize x in the {Get/Set/Remove/List}xattr functions.Ayush Ranjan
2020-08-26tmpfs: Allow xattrs in the trusted namespace if creds has CAP_SYS_ADMIN.Nicolas Lacasse
2020-06-18Remove various uses of 'whitelist'Michael Pratt
2020-04-10Port extended attributes to VFS2.Dean Deng
2020-02-07Support listxattr and removexattr syscalls.Dean Deng
2020-02-05Disable get/set xattrs until list/remove exist too.Nicolas Lacasse
2020-01-27Update bug number for supporting extended attribute namespaces.Dean Deng
2020-01-21Add syscalls for lgetxattr, fgetxattr, lsetxattr, and fsetxattr.Dean Deng
2020-01-16Disable xattr tests.Dean Deng
2019-12-16Implement checks for get/setxattr at the syscall layer.Dean Deng
2019-12-11Add syscall tests for getxattr and setxattr.Dean Deng