-
Notifications
You must be signed in to change notification settings - Fork 30
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
Document rpc config until exit-on-server-eof #161
Conversation
qubes-rpc-config/README
Outdated
* exit-on-client-eof: | ||
* Description: Exit when the client shuts down its input stream, client | ||
sends EOF to stdin. | ||
* Conflicting options: if set to 'true', cannot set the 'user' option. |
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.
* Conflicting options: if set to 'true', cannot set the 'user' option. | |
* Conflicting options: if set to 'true', cannot set the 'force-user' option. |
qubes-rpc-config/README
Outdated
* exit-on-service-eof: | ||
* Description: Exit when the service shuts down its output stream, | ||
service sends EOF to stdout. | ||
* Conflicting options: if set to 'true', cannot set the 'user' option. |
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.
* Conflicting options: if set to 'true', cannot set the 'user' option. | |
* Conflicting options: if set to 'true', cannot set the 'force-user' option. |
qubes-rpc-config/README
Outdated
* Description: Skip sending service descriptor and go for the actual | ||
data directly. Useful to skip sending metadata to socket-based | ||
services. | ||
* Conflicting options: if set to 'true', cannot set the 'user' option. |
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.
* Conflicting options: if set to 'true', cannot set the 'user' option. | |
* Conflicting options: if set to 'true', cannot set the 'force-user' option. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #161 +/- ##
==========================================
- Coverage 77.95% 77.93% -0.02%
==========================================
Files 54 54
Lines 9616 9618 +2
==========================================
Hits 7496 7496
- Misses 2120 2122 +2 ☔ View full report in Codecov by Sentry. |
For: QubesOS/qubes-issues#9176