Commit Graph

40 Commits

Author SHA1 Message Date
ooops 896aaf5681
Edit for grammar and clarity qrexec.md 2024-03-02 02:11:33 +01:00
unman 201592f172
Formatting for clarity on qrexec.md 2023-12-19 15:07:10 +00:00
unman bb860d3159
Clarify location and use of qrexec policy files 2023-12-19 15:01:57 +00:00
Skyler Ferris 38a776a3c6
Use the 4.1 policy file location and format.
The current document still refers to /etc/qubes-rpc/policy and uses
the old 3-column format. This commit updates it to use
/etc/qubes/policy.d and and 5+-column format.

Additionally, correct a technical inaccuracy in the final example
(the policy which the reader is instructed to create denies requests
from source_vm2 with the +testfile1 argument, but the prose states
that it will be accepted).
2023-12-06 19:09:04 -08:00
deeplow 900656fc7c
note possibility to add rpc services in app qube
The technical possibility can be found here: https://github.com/QubesOS/qubes-issues/issues/3003
2021-12-14 10:43:24 -05:00
Andrew David Wong a18174dc5e
Fix capitalization; update terms (QubesOS/qubes-issues#6769)
Thank you to @unman for the initial sentence case pass.
2021-07-09 05:10:44 -07:00
unman d0bc9e70a2
Sentence case for titles 2021-07-09 01:06:41 +00:00
Andrew David Wong e451f92cde
Update attachment paths 2021-06-18 05:46:02 -07:00
Andrew David Wong 60bd80ad25
Revert "Update attachment paths"
This reverts commit e5a21f7488.
2021-06-18 05:39:47 -07:00
Andrew David Wong e5a21f7488
Update attachment paths 2021-06-18 05:02:02 -07:00
Andrew David Wong 76150ac9d3
Fix links 2021-06-17 07:01:53 -07:00
Andrew David Wong 6d81f95cc2
Update and reorganize documentation
- Convert "Common Tasks" to "How-to Guides"
  (QubesOS/qubes-issues#6694)
- Make title capitalization consistent across docs
- Fix leftover h1 headings
- Reorganize various pages and topics
- Update permalinks to better match titles
- Create redirects for changed permalinks
- Miscellaneous cleanup

QubesOS/qubes-issues#6701
2021-06-17 05:16:22 -07:00
Andrew David Wong 12408884dd
Clean up YAML titles and create redirect stubs
QubesOS/qubes-issues#6701
2021-06-17 02:40:43 -07:00
Andrew David Wong 2c473241a8
Revert "Remove all instances of `permalink:` in YAML frontmatter"
This reverts commit c815e4c54c.

https://github.com/QubesOS/qubes-issues/issues/6701#issuecomment-862822827
2021-06-16 19:56:25 -07:00
Andrew David Wong 0c95b3ae4d
Revert "Remove instances of `title:` from YAML headers"
This reverts commit 24e6a8a616.

https://github.com/QubesOS/qubes-issues/issues/6701#issuecomment-862060759
2021-06-15 23:19:45 -07:00
Andrew David Wong c815e4c54c
Remove all instances of `permalink:` in YAML frontmatter
Converts existing permalink paths into redirect_from entries.

QubesOS/qubes-issues#6701
2021-06-15 22:33:51 -07:00
Andrew David Wong 24e6a8a616
Remove instances of `title:` from YAML headers
QubesOS/qubes-issues#6701
2021-06-15 22:16:59 -07:00
Maya 820af56761
Add lang + ref tags to frontmatter
Those are fields used by the language switcher to correlate pages across
different languages, even if they have different names/paths/titles.
They are generated with the prepare_for_translation.py script.
2021-03-14 16:18:11 +01:00
Maya 8f8a8e50ea
Normalize frontmatter
- sort keys
- remove permalink from redirects
2021-03-14 16:18:10 +01:00
Crsi fae89440aa Removed a doubled 'placed' 2021-02-15 19:11:19 +01:00
Andrew David Wong 30e7112f4a
Convert absolute to relative links
Absolute links break automatic onion redirection:
https://groups.google.com/g/qubes-users/c/NJdzP27wvmM/
2020-12-07 17:04:29 -08:00
Marek Marczykowski-Górecki e0d5798105
qrexec: add info the service files needs to be executable 2020-02-24 01:37:53 +01:00
Andrew David Wong d5470f5a81
Merge branch 'qrexec-internals-further-work' of https://github.com/pierwill/qubes-doc into pierwill-qrexec-internals-further-work 2020-01-23 03:56:09 -06:00
pierwill 8e12613108
Edit wording of qrexec-client example 2019-12-05 22:29:06 -08:00
pierwill c967c7b145
Edit qrexec doc page titles 2019-12-05 21:46:49 -08:00
pierwill e4cbcf49e1 Add link to qrexec internals page 2019-10-04 13:25:02 -07:00
pierwill 7c2bb216e1 Revise RPC example and service argument docs
- Clarify need for policy files for each desired argument
- Link to USB docs in qrexec policy example
- Fix link to retitled section in release note
2019-08-29 09:27:40 -05:00
pierwill c8e18dc386 Continue revising RPC service argument example guide 2019-08-26 11:40:02 -05:00
pierwill 863617280d Reformat code blocks in qrexec.md
Use backticks for all code examples in qrexec docs

Also use hyphens for unordered lists
2019-08-26 11:39:41 -05:00
pierwill a4df3a09e5 Begin revising RPC examples section in qrexec.md
- Put both RPC examples under one heading
- Add a table for the needed example policies
2019-08-26 11:38:39 -05:00
pierwill 922f84f9dd Fix two typos in qrexec.md 2019-08-23 17:08:52 -05:00
pierwill c0a91ca4a9 Revise and edit "Qubes RPC administration" section in qrexec docs
Sorts material under three headings.
2019-08-22 16:48:07 -05:00
pierwill 50b38d1161 Make more edits to qrexec docs
- Several corrections and rewordings for accuracy
- Fixes leftover outdated '$' keywords
- Remove incomplete list of RPC services
2019-08-18 20:07:16 -05:00
pierwill b8a53197d3 Add qrexec diagram to qrexec.md 2019-08-18 20:07:16 -05:00
pierwill 6bf95dab39 Edit qrexec-client command line examples
- remove absolute paths from qrexec-client calls
- add shell prompt characters
2019-08-18 20:07:16 -05:00
pierwill 5ea1118fa1 Reorder steps in RPC service example
Also add a shell prompt character
2019-08-18 20:07:16 -05:00
pierwill 60d60c5ca7 Remove outdated sentence in qrexec doc 2019-08-18 20:07:16 -05:00
pierwill acf10da436 Revise "Qubes RPC administration" section of qrexec docs
- Remove section on "Yes to All" RPC authorization
  (and add TODO item for if this feature is reintroduced)
- Replace `$` keywords with `@` in qrexec policy docs
- Incorporate Qubes 4.0 "Extra keywords" material into RPC admin docs
- Move some material to a new section on RPC security concerns
2019-08-18 20:07:16 -05:00
pierwill 57937e97e5 Work definition of term "RPC" into qrexec docs introduction 2019-08-18 20:07:16 -05:00
pierwill 32621ef94f Split qrexec docs into multiple pages
- Moves the "Qubes RPC internals" section to qrexec-internals.md.
- Fixes redirects for new pages.
- Retitles docs to reflect deprecation of qrexec2.
- Revises the texts and links referring to deprecated qrexec2 docs.
2019-08-18 20:07:16 -05:00