]> git.ipfire.org Git - thirdparty/systemd.git/commit
fs-util: add calls that combine chase_symlinks() and open()/opendir() in one
authorLennart Poettering <lennart@poettering.net>
Mon, 26 Mar 2018 12:15:43 +0000 (14:15 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 29 Mar 2018 13:33:12 +0000 (15:33 +0200)
commit21c692e9bf8c81437b9aa3a7d37c88d7fca0997d
treef5c5b6ee142b2cdb81faf106a872e5219ea80d78
parentf2324783ceee84fbd24fd66f34d379fa1e6dc887
fs-util: add calls that combine chase_symlinks() and open()/opendir() in one

This is useful when opening files within disk images, as we'll then take
the relative root directory properly into account.
src/basic/fs-util.c
src/basic/fs-util.h