-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Adds support for ipc socket permissions #11273
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good, but I have questions!
@seunlanlege once this lands, make sure you edit the wiki to document the new option. |
c5b58ce
to
7e98827
Compare
Putting this on ice because |
Is that what you mean? Seems more like a legit error than some incompatibility to me. |
@dvdplm it is fixed in paritytech/parity-tokio-ipc#18 I think we can change label to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Co-Authored-By: Andronik Ordian <write@reusable.software>
Co-Authored-By: David <dvdplm@gmail.com>
Co-Authored-By: Andronik Ordian <write@reusable.software>
2acdde0
to
377cc11
Compare
@seunlanlege please commit the updated |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm modulo CI
Adds support for setting file permissions using
chmod
on IPC sockets through CLI or config files.closes #9703