gvisor/pkg/abi
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
..
linux Implement checks for get/setxattr at the syscall layer. 2019-12-16 13:20:07 -08:00
BUILD Reorder BUILD license and load functions in gvisor. 2019-10-16 16:40:30 -07:00
abi.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
abi_linux.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
flag.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00