]> git.ipfire.org Git - thirdparty/systemd.git/commit
nspawn: escape paths in overlay mount options
authorRichard Maw <richard.maw@codethink.co.uk>
Fri, 19 Jun 2015 15:24:37 +0000 (15:24 +0000)
committerRichard Maw <richard.maw@codethink.co.uk>
Fri, 7 Aug 2015 15:50:43 +0000 (15:50 +0000)
commit872d0dbdc335053ee94ae9158fb9637c3c904ade
tree21b501ee6fe915c2956046368aaadfecd4f6d496
parent04c14b25412cdbde834e8369bd7268cbe92873c0
nspawn: escape paths in overlay mount options

Overlayfs uses , as an option separator and : as a list separator. These
characters are both valid in file paths, so overlayfs allows file paths
which contain these characters to backslash escape these values.
src/nspawn/nspawn.c