Skip to content

Commit 43ed610

Browse files
authored
Acknowledge the change made in openUC2/os-rpi#185 (#51)
This PR adds a warning describing the temporary change made in openUC2/os-rpi#185 .
1 parent f3bd6ef commit 43ed610

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

  • docs/usage/components/os/guides/day-1

docs/usage/components/os/guides/day-1/access.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,14 @@ If you would normally [access the landing page](./connectivity.md#how-to-access-
9191

9292
For security reasons, by default the machine is configured to block access [over all LANs (LANs)](./connectivity.md#via-a-lan) to browser apps (such as the Machine Administration app, Dozzle, and the system file manager) which can perform administrative operations without user authentication. You can override this default behavior.
9393

94+
:::danger
95+
96+
Currently, we have already overridden this default behavior for the convenience of openUC2 software developers.
97+
This means that currently by default the machine is configured to allow access over all LANs to all browser apps, which is very insecure.
98+
If you would like to use the more secure configuration, please run the commands listed in the "To undo this change" subsection of the ["over all LAN connections" section below](#over-all-lan-connections).
99+
100+
:::
101+
94102
#### only over an Ethernet connection to a LAN
95103

96104
You can override the default behavior and allow access to all of unauthenticated administrative apps over a LAN connected by Ethernet:
@@ -147,7 +155,7 @@ To undo this change:
147155

148156
#### over all LAN connections
149157

150-
You can override the default behavior and allow access to all of unauthenticated administrative apps over aall LANs connected by any method:
158+
You can override the default behavior and allow access to all of unauthenticated administrative apps over all LANs connected by any method:
151159

152160
1. [Enter the machine's terminal](#the-machines-terminal).
153161
2. Run the commands:

0 commit comments

Comments
 (0)