Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set file metadata via fd-based ops for everything but symlinks
Regular file ops are fd-based already, for the rest we need to open them manually. Files with temporary suffix must never be followed, for directories (and pre-existing FA_TOUCHed files) use the rpm symlink "root or target owner allowed" rule wrt following. This mostly fixes CVE-2021-35938, but as we're not yet using dirfd-based operatiosn for everything there are corner cases left undone. And then there's the plugin API which needs updating for all this.
- Loading branch information