Skip to content
This repository has been archived by the owner on Nov 29, 2021. It is now read-only.

Add option to set unix socket mode permission. #123

Merged
merged 1 commit into from
Jul 31, 2019

Conversation

jjnicola
Copy link
Member

It must be passed in octal format
E.g. for the config file:

socket_mode = 0o770

It must be passed in octal format
E.g. for the config file:

`socket_mode = 0o770`
@codecov
Copy link

codecov bot commented Jul 31, 2019

Codecov Report

Merging #123 into master will decrease coverage by 0.02%.
The diff coverage is 66.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #123      +/-   ##
==========================================
- Coverage    69.7%   69.67%   -0.03%     
==========================================
  Files          12       12              
  Lines        1667     1672       +5     
==========================================
+ Hits         1162     1165       +3     
- Misses        505      507       +2
Impacted Files Coverage Δ
ospd/main.py 0% <0%> (ø) ⬆️
ospd/parser.py 86.11% <100%> (+0.39%) ⬆️
ospd/server.py 29.57% <50%> (+0.08%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update afcb140...d945632. Read the comment docs.

1 similar comment
@codecov
Copy link

codecov bot commented Jul 31, 2019

Codecov Report

Merging #123 into master will decrease coverage by 0.02%.
The diff coverage is 66.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #123      +/-   ##
==========================================
- Coverage    69.7%   69.67%   -0.03%     
==========================================
  Files          12       12              
  Lines        1667     1672       +5     
==========================================
+ Hits         1162     1165       +3     
- Misses        505      507       +2
Impacted Files Coverage Δ
ospd/main.py 0% <0%> (ø) ⬆️
ospd/parser.py 86.11% <100%> (+0.39%) ⬆️
ospd/server.py 29.57% <50%> (+0.08%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update afcb140...d945632. Read the comment docs.

Copy link
Contributor

@bjoernricks bjoernricks left a comment

Choose a reason for hiding this comment

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

nice :)

@bjoernricks bjoernricks merged commit 6882185 into greenbone:master Jul 31, 2019
@jjnicola jjnicola deleted the socket-permission branch July 31, 2019 12:38
@jjnicola
Copy link
Member Author

Thanks a lot @bjoernricks !

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants