5059 Commits

Author SHA1 Message Date
Andrew David Wong
98de77df02
Merge branch 'patch-6' of https://github.com/InstantGratimification/qubes-doc into InstantGratimification-patch-6 2017-05-03 08:05:49 -05:00
Andrew David Wong
123da7b0f5
Merge branch 'InstantGratimification-patch-5' adw_123da7b0 2017-05-03 08:05:25 -05:00
Andrew David Wong
0b2098d15c
Merge branch 'patch-5' of https://github.com/InstantGratimification/qubes-doc into InstantGratimification-patch-5 2017-05-03 08:05:18 -05:00
Andrew David Wong
bc76ac4fef
Merge branch 'InstantGratimification-patch-4' adw_bc76ac4f 2017-05-03 08:04:54 -05:00
Andrew David Wong
9e81e94e59
Merge branch 'patch-4' of https://github.com/InstantGratimification/qubes-doc into InstantGratimification-patch-4 2017-05-03 08:04:43 -05:00
Andrew David Wong
82c65270ad
Merge branch 'InstantGratimification-patch-3' adw_82c65270 2017-05-03 08:04:23 -05:00
Andrew David Wong
d42368d412
Merge branch 'patch-3' of https://github.com/InstantGratimification/qubes-doc into InstantGratimification-patch-3 2017-05-03 08:03:59 -05:00
Andrew David Wong
c65c8adf6f
Merge branch 'InstantGratimification-patch-2' adw_c65c8adf 2017-05-03 08:03:30 -05:00
Andrew David Wong
24e4e44b3c
Merge branch 'patch-2' of https://github.com/InstantGratimification/qubes-doc into InstantGratimification-patch-2 2017-05-03 08:03:22 -05:00
Andrew David Wong
9731d73b02
Merge branch 'InstantGratimification-patch-1' adw_9731d73b 2017-05-03 08:03:01 -05:00
ubestemt
e9969aaa30 Added note for those using i3; minor edits. 2017-05-03 11:04:22 +00:00
InstantGratimification
ec5858f642 Update coding-style.md 2017-05-03 10:07:35 +00:00
InstantGratimification
053164de28 Update anti-evil-maid.md 2017-05-03 10:04:52 +00:00
InstantGratimification
63515c0b9c Update doc.md 2017-05-03 09:59:52 +00:00
InstantGratimification
316855659d Update ubuntu.md 2017-05-03 09:57:41 +00:00
InstantGratimification
8e97584a28 Update disk-trim.md 2017-05-03 09:56:36 +00:00
InstantGratimification
1c383a66a1 Update windows-debugging.md 2017-05-03 09:55:28 +00:00
InstantGratimification
d512ac79b8 Update security.md 2017-05-03 09:53:36 +00:00
InstantGratimification
a1e4d7561f Update netbsd.md 2017-05-03 09:52:09 +00:00
InstantGratimification
091c039e72 Update blackarch.md (http -> https) 2017-05-03 09:50:45 +00:00
ubestemt
0eab70bd63 Supplemented missing step; some rephrasing. 2017-05-02 21:13:41 +00:00
Dean V
a2619b4fe3 Remove truncated sentence 2017-05-02 12:55:35 -07:00
Dean V
049905736c Fixed inaccuracy 2017-05-02 12:48:14 -07:00
Dean V
97530d2c7b Restated the obvious
Re-submitted a sentence about installing Qubes back into the article.
2017-05-02 12:35:31 -07:00
Andrew David Wong
0c1b3dbf48
Merge branch 'master' of github.com:QubesOS/qubes-doc adw_0c1b3dbf 2017-05-02 07:27:05 -05:00
Andrew David Wong
5bcfd45782
Add QSB 30 adw_5bcfd457 2017-05-02 07:26:45 -05:00
Andrew David Wong
8e0daf9634
Add XSA link to QSB template adw_8e0daf96 2017-05-02 07:19:24 -05:00
ubestemt
e9864b7d82 Another typo 2017-05-01 21:24:14 +00:00
ubestemt
86f5e31d2c Minor edits; fixed some more typos. 2017-05-01 21:21:17 +00:00
Marek Marczykowski-Górecki
ea7c0b280c
mgmt1: clarify devices handling, add options support
- devices can be attached with some options (like 'ro=True' for block
  devices)
- clarify that backend domain and device ident is separated with '+'
  (':' is not allowed in qrexec call argument)
- clarify how to attach devices "persistently"
mm_ea7c0b28
2017-05-01 02:55:44 +02:00
Marek Marczykowski-Górecki
141ed82589
mgmt1: rethink firewall Admin API
Handling each rule separately makes sense on from qvm-firewall tool
point of view, but not from overall configuration integrity. If multiple
tools try to configure firewall simultaneously, doing it at individual
rules level can end very badly.
So, get/set the whole firewall at once. If some race condition happen
here, it will end up with one firewall rules set being overwritten by
the other one. But it will still be a consistent rules set.
2017-05-01 02:55:44 +02:00
Marek Marczykowski-Górecki
986b2ec00f
mgmt1: slightly improve formatting
Manually wrap long lines to make the table narrower, fix volume
properties list syntax.
2017-05-01 02:55:44 +02:00
Andrew David Wong
eabf3fcf72
Merge branch 'stubbybubby-patch-5' adw_eabf3fcf 2017-04-29 20:53:26 -05:00
Andrew David Wong
ae1ff73eca
Merge branch 'patch-5' of https://github.com/stubbybubby/qubes-doc into stubbybubby-patch-5 2017-04-29 20:53:11 -05:00
Marek Marczykowski-Górecki
4301f735ce
mgmt1: add device options handling
Device may be attached with some options - for example "ro=True" for
block devices.
mm_4301f735
2017-04-29 01:56:24 +02:00
Marek Marczykowski-Górecki
7ec63f5395
mgmt1: add volume.Import method
This will allow importing full VM through the Admin API. Important for
"VM import" feature (QubesOS/qubes-issues#2634) and "paranoid backup
restore" (QubesOS/qubes-issues#2737).
2017-04-29 01:56:24 +02:00
Marek Marczykowski-Górecki
bdb3108763
mgmt1: adjust create/clone methods
Allow creating VM with select volumes in non-default pool.
2017-04-29 01:56:17 +02:00
ubestemt
bac57503a3 Minor edit. 2017-04-28 12:59:50 +00:00
ubestemt
4d0252cfd5 Rewrite to make clearer what is does and does not 2017-04-28 12:02:40 +00:00
Marek Marczykowski-Górecki
9aa7af587f
Merge remote-tracking branch 'origin/pr/360'
* origin/pr/360:
  Significantly edit automated-tests.md
mm_9aa7af58
2017-04-28 12:55:45 +02:00
Marek Marczykowski-Górecki
791212a1d7
Merge remote-tracking branch 'origin/pr/358'
* origin/pr/358:
  Rewrite last sentence.
  Change a word
  Add Information to tails.md
mm_791212a1
2017-04-28 12:22:12 +02:00
Marek Marczykowski-Górecki
6d68838316
Merge remote-tracking branch 'origin/pr/359'
* origin/pr/359:
  Minor format
2017-04-28 12:18:26 +02:00
Marek Marczykowski-Górecki
6bfd9bd1df
Merge remote-tracking branch 'origin/pr/365'
* origin/pr/365:
  ;_;
  Small Edit to hcl.md
2017-04-28 12:16:41 +02:00
Marek Marczykowski-Górecki
09dcbe0aca
Merge remote-tracking branch 'origin/pr/364'
* origin/pr/364:
  copying-files.md typo: Qubes -> Qubes's
  copying-files.md: fixed 2 typos
2017-04-28 12:13:00 +02:00
Marek Marczykowski-Górecki
cdb85a6f2d
Merge remote-tracking branch 'origin/pr/374'
* origin/pr/374:
  Fixed typos.
  Make NetVM specifics more clear
mm_cdb85a6f
2017-04-28 11:59:00 +02:00
ubestemt
94bfbceba9 Fixed typos. 2017-04-28 09:56:40 +00:00
Marek Marczykowski-Górecki
5ae9dae3b9
Merge remote-tracking branch 'origin/pr/375'
* origin/pr/375:
  added configuration for Debian/Exim4
  forgotten echo removed
2017-04-28 11:46:20 +02:00
Marek Marczykowski-Górecki
bca6280bba
Merge remote-tracking branch 'origin/pr/377'
* origin/pr/377:
  Minor changes: transfer template to dom0
mm_bca6280b
2017-04-28 11:44:42 +02:00
Marek Marczykowski-Górecki
99982aec82
Merge remote-tracking branch 'origin/pr/376'
* origin/pr/376:
  Point to more detailed and recent instructions.
mm_99982aec
2017-04-28 11:38:49 +02:00
Marek Marczykowski-Górecki
9c0d530fa5
Remove trailing white spaces in building/building-archlinux-template.md mm_9c0d530f 2017-04-28 11:37:15 +02:00