Minor fixes prompted by !604
Compare changes
Files
1- Simon McVittie authored
In practice we never call path_mutable_in_container_namespace() for paths below /usr, because its only caller is pv_runtime_make_symlink_in_container() which has a special case for /usr. /usr is certainly not directly modifiable, other than by having a mutable sysroot that is special-cased to be modified in-place. Signed-off-by:
Simon McVittie <smcv@collabora.com>