diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2018-10-11 16:44:45 +0200 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2018-10-11 17:46:45 +0200 |
commit | 17cb68e9fb8a1fcb830c0895b3bd9fab91d4b66c (patch) | |
tree | 05a6b905453df5b2d2f13e8b9503dd395ff931fa /abuild-tar.c | |
parent | 70f52b9b80e93c3ef676850300ec3a8c4d98cb25 (diff) | |
download | abuild-17cb68e9fb8a1fcb830c0895b3bd9fab91d4b66c.tar.gz abuild-17cb68e9fb8a1fcb830c0895b3bd9fab91d4b66c.tar.bz2 abuild-17cb68e9fb8a1fcb830c0895b3bd9fab91d4b66c.tar.xz abuild-17cb68e9fb8a1fcb830c0895b3bd9fab91d4b66c.zip |
abuild-rmtemp: Do not follow symbolic links
Symbolic links might point to files outside of the chroot and
thus might delete files outside the chroot. This allows deletion
of arbitrary directories on the host from a malicious APKBUILD.
Following hard links shouldn't be a problem since hard links (usually)
cannot refer to directories and since remove(3) removes the link, not
the file it points to it shouldn't cause a problem.
I noticed this because alpine-baselayout creates /var/run as a symlink
to /run. Therefore causing /run to be deleted on the host when using
abuild-rmtemp which in turn causes a bunch of software to no longer
function properly (including OpenRC).
Diffstat (limited to 'abuild-tar.c')
0 files changed, 0 insertions, 0 deletions