Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove inode_owner_or_capable override for secpolicy (#179)
This commit fixes a bug whereby owner@ ACL that limits WRITE_DATA access for the owner of a file was not being properly enforced. The owner of a file should be prevented from write access in this case, but being owner of file should still allow the file owner to chmod, chown, and setacl. Signed-off-by: Andrew Walker <[email protected]>
- Loading branch information