Daniel Erat has posted comments on this change.
Change subject: Use -maxvt flag to disable VT switching.
......................................................................
Patch Set 1: (2 inline comments)
....................................................
File xstart.sh
Line 10: # if we're in verified boot moder. Otherwise, disables only Fn (n>=3) keys.
nit: s/moder/mode/
Line 12: if [ -e /var/run/state/allow-vt-switching ]; then
i don't think that this will work; you'd probably be better off duplicating the
crossystem "cros_debug?1" || grep -q '^chronos:[^*]' /etc/shadow
check from hotkey-access.conf. the hotkey-access job starts on "login-prompt-visible or starting failsafe", so X will already be started by the time that the allow-vt-switching file gets created. that's why the previous X patch checked for the file dynamically whenever a VC-switching key was pressed instead of just checking it at startup.
Gerrit-MessageType: comment
Gerrit-Change-Id: Ica7e32e2206c2b3e9e4410dd493d8ff2e719068f
Gerrit-PatchSet: 1
Gerrit-Project: chromiumos/platform/login_manager
Gerrit-Branch: master
Gerrit-Owner: Yoshiki IGUCHI <
yos...@chromium.org>