Open lkubb opened 2 weeks ago
Constrain the localfs cache module to its cachedir.
Fixes: https://github.com/saltstack/salt/issues/67031
Operates on the whole filesystem when bank (or key) is prefixed with os.sep
bank
key
os.sep
Only operates on subpaths of cachedir.
cachedir
[NOTICE] Bug fixes or features added to Salt require tests.
Yes
Once we get the test suite fixed we'll need you to rebase so the tests can run.
What does this PR do?
Constrain the localfs cache module to its cachedir.
What issues does this PR fix or reference?
Fixes: https://github.com/saltstack/salt/issues/67031
Previous Behavior
Operates on the whole filesystem when
bank
(orkey
) is prefixed withos.sep
New Behavior
Only operates on subpaths of
cachedir
.Merge requirements satisfied?
[NOTICE] Bug fixes or features added to Salt require tests.
Commits signed with GPG?
Yes