diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -83,12 +83,17 @@ Privacy Settings | |||
83 | `enable_privacy` is set to `true`, then the wired internet interface | 83 | `enable_privacy` is set to `true`, then the wired internet interface |
84 | that may or may not be connected to the internet will have its MAC | 84 | that may or may not be connected to the internet will have its MAC |
85 | address spoofed at startup. (The wireless interfaces must also be | 85 | address spoofed at startup. (The wireless interfaces must also be |
86 | spoofed, but this can be handled by wpa_supplicant: see below.) | 86 | spoofed, but this can be handled by `wpa_supplicant`: see below.) |
87 | Additionally, `my-x200` will delete `/var/lib/dhcpcd/duid`, and use | 87 | Additionally, `my-x200` will delete `/var/lib/dhcpcd/duid`, and use |
88 | `/proc/sys/kernel/random/boot_id` to generate a new DUID-LLT-based | 88 | `/proc/sys/kernel/random/boot_id` to generate a new DUID-LLT-based |
89 | file with an updated timestamp. A new DUID is generated each time the | 89 | file with an updated timestamp. A new DUID is generated each time the |
90 | computer is started. | 90 | computer is started. |
91 | 91 | ||
92 | It must be noted that when `enable_privacy` is set to `true` `my-x200` | ||
93 | turns off the wifi radio at computer startup and each time it is put | ||
94 | to sleep. The wifi radio has to be turned on or turned back on | ||
95 | manually by pressing `Fn-F5` | ||
96 | |||
92 | Backup | 97 | Backup |
93 | ------ | 98 | ------ |
94 | Finally `my-x200` has the ability to backup essential files or | 99 | Finally `my-x200` has the ability to backup essential files or |