gvisor/pkg/abi/linux
Dean Deng e6f4124afd Implement checks for get/setxattr at the syscall layer.
Add checks for input arguments, file type, permissions, etc. that match
the Linux implementation. A call to get/setxattr that passes all the
checks will still currently return EOPNOTSUPP. Actual support will be
added in following commits.

Only allow user.* extended attributes for the time being.

PiperOrigin-RevId: 285835159
2019-12-16 13:20:07 -08:00
..
BUILD Implement checks for get/setxattr at the syscall layer. 2019-12-16 13:20:07 -08:00
aio.go
audit.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
bpf.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
capability.go
clone.go
dev.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
elf.go
epoll.go
errors.go
eventfd.go
exec.go
fcntl.go Implement F_GETOWN_EX and F_SETOWN_EX. 2019-12-05 17:28:52 -08:00
file.go Implement kernfs. 2019-12-12 11:20:47 -08:00
file_amd64.go slight changes to pkg/abi 2019-10-24 09:15:29 +00:00
file_arm64.go slight changes to pkg/abi 2019-10-24 09:15:29 +00:00
fs.go Implement kernfs. 2019-12-12 11:20:47 -08:00
futex.go
inotify.go
ioctl.go
ip.go
ipc.go Cleanup straggling syscall dependencies. 2019-07-09 16:18:02 -07:00
limits.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
linux.go
mm.go "Implement" mbind(2). 2019-06-06 16:29:46 -07:00
netdevice.go
netfilter.go Fix up and add some iptables ABI. 2019-07-22 17:06:18 -07:00
netfilter_test.go
netlink.go netlink: return an error in nlmsgerr 2019-08-09 22:34:54 -07:00
netlink_route.go support /proc/net/route 2019-10-15 16:38:40 +00:00
poll.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
prctl.go Implement dumpability tracking and checks 2019-06-05 14:00:13 -07:00
ptrace.go
rusage.go
sched.go Cleanup straggling syscall dependencies. 2019-07-09 16:18:02 -07:00
seccomp.go
sem.go
shm.go
signal.go Update canonical repository. 2019-06-13 16:50:15 -07:00
signalfd.go
socket.go Add support for receiving TOS and TCLASS control messages in hostinet. 2019-11-27 16:21:05 -08:00
splice.go
tcp.go
time.go
timer.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
tty.go
uio.go
utsname.go
wait.go
xattr.go Implement checks for get/setxattr at the syscall layer. 2019-12-16 13:20:07 -08:00