Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/allow var tmp #264

Merged
merged 9 commits into from
Oct 10, 2019
Merged

Feature/allow var tmp #264

merged 9 commits into from
Oct 10, 2019

Conversation

dmjacobsen
Copy link
Contributor

for issue #262

src/VolumeMap.c Outdated
@@ -585,6 +589,7 @@ int _validateVolumeMap(
const char *from,
const char *to,
VolumeMapFlag *flags,
const char **toExactAllowed,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

space ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

doh! i'll fix that

@agaur-lbl
Copy link
Contributor

Overall looks good, i would like paths to be configurable. Special paths can be given special consideration.

@dmjacobsen
Copy link
Contributor Author

the spacing is corrected. It looks like travisci fell apart on the previous push owing to a transient failure at travis. hopefully this push will build.

@dmjacobsen
Copy link
Contributor Author

re: making paths configurable, i believe that is in-general possible. /var is a little touchy owing to its security issues. I don't think there is any harm in /var/tmp, but other paths within var could be more problematic. We can re-address the overall configurability in a branch focused on that.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.05%) to 64.695% when pulling ff923b6 on feature/allow_var_tmp into 5186aac on master.

@dmjacobsen dmjacobsen merged commit 24a9d9a into master Oct 10, 2019
@dmjacobsen dmjacobsen deleted the feature/allow_var_tmp branch October 10, 2019 20:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants