index
:
gvisor
build-android
detachable-fdbased
feature/dummy-iface
feature/nl-neighbor
go
go-align32
go-detachable-fdbased
go-next2
gonet-originaldestination
gre
gre-master
v6only
Container Runtime Sandbox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
syscalls
/
linux
/
xattr.cc
Age
Commit message (
Expand
)
Author
2021-04-29
Fix up TODOs in the code
Fabricio Voznika
2021-04-28
Remove side effect from test cases
Fabricio Voznika
2021-04-13
Remove _NoRandomSave tests.
Adin Scannell
2021-01-28
Add O_PATH support in vfs2
gVisor bot
2020-09-11
Check 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-26
tmpfs: Allow xattrs in the trusted namespace if creds has CAP_SYS_ADMIN.
Nicolas Lacasse
2020-06-18
Remove various uses of 'whitelist'
Michael Pratt
2020-04-10
Port extended attributes to VFS2.
Dean Deng
2020-02-07
Support listxattr and removexattr syscalls.
Dean Deng
2020-02-05
Disable get/set xattrs until list/remove exist too.
Nicolas Lacasse
2020-01-27
Update bug number for supporting extended attribute namespaces.
Dean Deng
2020-01-21
Add syscalls for lgetxattr, fgetxattr, lsetxattr, and fsetxattr.
Dean Deng
2020-01-16
Disable xattr tests.
Dean Deng
2019-12-16
Implement checks for get/setxattr at the syscall layer.
Dean Deng
2019-12-11
Add syscall tests for getxattr and setxattr.
Dean Deng