Extended attributes
Extended attributes
Posted Jan 8, 2019 15:41 UTC (Tue) by mina86 (guest, #68442)In reply to: Extended attributes by himi
Parent article: A setback for fs-verity
If I understand you correctly, you’re suggesting a iopen(int inode, int flags, mode_t mode) syscall. If that’s the case, the problem is that it would allow bypassing filesystem permissions. Namely, it would render execution bit of a directory useless since user would be able to read a world-readable file even if it resides in directory they have no access to.