Description
Linux skips the umask step when inheriting perms from an ACL, doing so in gVisor will require relatively major changes since umask isn't passed along to VFS at all, instead masked into the mode directly at the syscall layer.
Is this feature related to a specific bug?
No response
Do you have a specific solution in mind?
No response
Description
Linux skips the umask step when inheriting perms from an ACL, doing so in gVisor will require relatively major changes since umask isn't passed along to VFS at all, instead masked into the mode directly at the syscall layer.
Is this feature related to a specific bug?
No response
Do you have a specific solution in mind?
No response