gvisor/pkg/sentry/fsimpl/kernfs
Dean Deng 09ddb5a426 Port extended attributes to VFS2.
As in VFS1, we only support the user.* namespace. Plumbing is added to tmpfs
and goferfs.
Note that because of the slightly different order of checks between VFS2 and
Linux, one of the xattr tests needs to be relaxed slightly.

Fixes #2363.

PiperOrigin-RevId: 305985121
2020-04-10 19:02:55 -07:00
..
BUILD Add BoundEndpointAt filesystem operation. 2020-03-26 21:52:24 -07:00
dynamic_bytes_file.go Enforce file size rlimits in VFS2 2020-03-16 16:00:49 -07:00
fd_impl_util.go Combine file mode and isDir arguments 2020-03-26 08:48:04 -07:00
filesystem.go Port extended attributes to VFS2. 2020-04-10 19:02:55 -07:00
inode_impl_util.go Correctly implement magic symlinks in VFS2 procfs. 2020-04-06 16:32:37 -07:00
kernfs.go Correctly implement magic symlinks in VFS2 procfs. 2020-04-06 16:32:37 -07:00
kernfs_test.go Add FilesystemType.Name method, and FilesystemType field to Filesystem struct. 2020-03-27 16:56:16 -07:00
symlink.go Correctly implement magic symlinks in VFS2 procfs. 2020-04-06 16:32:37 -07:00