rpm-ostree icon indicating copy to clipboard operation
rpm-ostree copied to clipboard

rust/bwrap: Use cap-std

Open cgwalters opened this issue 2 years ago • 2 comments

Part of https://github.com/coreos/rpm-ostree/issues/3832

cgwalters avatar Jul 28 '22 21:07 cgwalters

Skipping CI for Draft Pull Request. If you want CI signal for your change, please convert it to an actual PR. You can still manually trigger a test run with /test all

openshift-ci[bot] avatar Jul 28 '22 21:07 openshift-ci[bot]

OK whee, problem was that try_exists() uses metadata() which will follow symlinks, and:

In case of broken symbolic links this will return Ok(false).

Tempting to add try_exists_nofollow() to cap-std-ext. symlinks are just a continuing source of pain in this port...

cgwalters avatar Aug 14 '22 18:08 cgwalters