-
Notifications
You must be signed in to change notification settings - Fork 0
/
Boot_Clock_Randomization.mw
43 lines (32 loc) · 1.03 KB
/
Boot_Clock_Randomization.mw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{{Header}}
{{#seo:
|description=Boot Clock Randomization
|image=Randomizationclock321423.jpg
}}
{{time_mininav}}
[[File:Randomizationclock321423.jpg|thumb]]
{{intro|
Randomizes clock when systems boots.
Randomizes clock at boot time. Moves clock a few seconds and nanoseconds to past or future to prevent time based fingerprinting / linkablity.
}}
{{Boot_Clock_Randomization}}
= Disable =
{{mbox
| type = notice
| image = [[File:Ambox_notice.png|40px|alt=Info]]
| text = Disabling of Boot Clock Randomization is discouraged because it is not usually required. However, it may be useful for offline (vault) VMs.
}}
Run the following command. Note:
* Qubes: Use a StandaloneVM or a separate Template.
* Non-Qubes: No extra steps are required.
{{CodeSelect|code=
sudo systemctl mask bootclockrandomization
}}
Boot Clock Randomization will no longer occur after reboot.
= See Also =
* [[Dev/TimeSync|TimeSync: {{project_name_long}} Time Synchronization Mechanism]]
* [[sdwdate]]
= Footnotes =
{{reflist|close=1}}
{{Footer}}
[[Category:Design]]