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

refactor(sockctl): store tmp sock in /tmp/edgesec #290

Merged
merged 2 commits into from
Sep 21, 2022

Conversation

aloisklink
Copy link
Contributor

Store temporary unix domain socket dirs in the /tmp/edgesec/ folder, as this is where other temporary edgesec files are stored.

The full mkdtemp template is now /tmp/edgesec/tmp-unix-socks.XXXXXX

Store temporary unix domain socket dirs in the /tmp/edgesec/ folder,
as this is where other temporary edgesec files are stored.

The full mkdtemp template is now `/tmp/edgesec/tmp-unix-socks.XXXXXX`
@aloisklink aloisklink added the refactor Refactoring code label Sep 20, 2022
@codecov
Copy link

codecov bot commented Sep 20, 2022

Codecov Report

Merging #290 (146fc1c) into main (c9ecef2) will decrease coverage by 0.00%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##             main     #290      +/-   ##
==========================================
- Coverage   49.26%   49.25%   -0.01%     
==========================================
  Files         116      116              
  Lines       18630    18633       +3     
==========================================
  Hits         9178     9178              
- Misses       9452     9455       +3     
Impacted Files Coverage Δ
src/utils/sockctl.c 48.80% <0.00%> (-0.59%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@mereacre mereacre self-requested a review September 21, 2022 10:55
@mereacre mereacre merged commit 72262d9 into main Sep 21, 2022
@mereacre mereacre deleted the refactor/store-tmp-unix-sockets-in-tmp-edgesec branch September 21, 2022 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Refactoring code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants