rpm-ostree/src
Colin Walters 05a59e5af5 core: Don't try to chmod() symlinks
I just noticed this while reading the code. Right now we're actually following
links (since `AT_SYMLINK_NOFOLLOW` isn't implemented), which could definitely
lead to bad things if e.g. one has a symlink pointing to a file which shouldn't
be executable or world-readable etc.

(Also I noticed our hardlink-breaking-only-if-regular logic is now broken;
 I added a TODO)

Closes: #677
Approved by: jlebon
2017-03-13 17:53:51 +00:00
..
app PkgChange: add support for layering local RPMs 2017-03-10 18:35:11 +00:00
daemon rebase: Update man page for syntax, print if just changing remote 2017-03-13 14:45:30 +00:00
lib tree-wide: Use autoptr cleanup for HyQuery 2017-02-24 18:55:36 +00:00
libpriv core: Don't try to chmod() symlinks 2017-03-13 17:53:51 +00:00