New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 915821 link

Starred by 1 user

Issue metadata

Status: Unconfirmed
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 2
Type: Feature



Sign in to add a comment

login screen should warn/notify users if system is in dev mode w/debugging features enabled

Project Member Reported by vapier@chromium.org, Dec 17

Issue description

when debugging features are enabled (i.e. sshd is automatically started with well known ssh keys and passwords), we should include a big fat warning on the login screen telling people to not log in with any account they care about.  since the system is listening on the network with (effectively) completely wide open ssh access, anything they do on the device can be stolen.

debugd exposes QueryDevFeatures over dbus which Chrome already uses.  the warning should be displayed if DEV_FEATURE_SSH_SERVER_CONFIGURED is set.
 

Sign in to add a comment