Some security properties of some systems are, at least partially, reliant on file system support for rwx permissions for users, groups, and 'other'. These features are often used in conjunction with multiuser access to a single mounted file system and FS enforcement of user permission policy.
We wrote a paper on this (see the security branch for the code), and while full support for POSIX permissions is incomplete in that version I think it's a pretty good effort.
Some security properties of some systems are, at least partially, reliant on file system support for
rwx
permissions for users, groups, and 'other'. These features are often used in conjunction with multiuser access to a single mounted file system and FS enforcement of user permission policy.