docs: add to FAQ about NTS DoT deadlock (#274)

* add a FAQ about NTS DoT deadlock

* Update FAQ.md

* Update FAQ.md

---------

Co-authored-by: qoijjj <129108030+qoijjj@users.noreply.github.com>
This commit is contained in:
Cheng Zhang
2024-05-11 04:00:19 +00:00
committed by GitHub
parent 8d7c2b5b17
commit cc1ed05cee

6
FAQ.md
View File

@@ -67,3 +67,9 @@ This is an issue with rpm-ostree image-based systems generally, and not specific
The functionality that provides this, called GHNS, is disabled by default due to the risk posed by the installation of potentially damaging or malicious scripts. This has caused [real damage](https://blog.davidedmundson.co.uk/blog/kde-store-content/).
If you still want to enable this functionality, run `ujust toggle-ghns`
#### My clock is wrong and it's not getting automatically set. How do I fix this?
If your system time is off by an excessive amount due to rare conditions like a CMOS reset, your network will not connect. A one-time manual reset will fix this. This should never be required except under very rare circumstances.
For more technical detail, see [#268](https://github.com/secureblue/secureblue/issues/268)