mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 19:56:32 +02:00
Faux-enable the sslkeylogfile use flag on test images
BUG=chromium-os:32430 TEST=built dev & test images Confirmed use flag not normally present, and is added by mod-for-test to test images. Change-Id: I1c7f7a6e2f987328c5b9348063b584ff79a3a9df Reviewed-on: https://gerrit.chromium.org/gerrit/27326 Tested-by: Jim Hebert <jimhebert@chromium.org> Reviewed-by: Chris Masone <cmasone@chromium.org> Reviewed-by: Kees Cook <keescook@chromium.org> Commit-Ready: Jim Hebert <jimhebert@chromium.org>
This commit is contained in:
parent
05ed4086da
commit
308813b5fe
14
mod_for_test_scripts/760enableSslKeyLogFile
Executable file
14
mod_for_test_scripts/760enableSslKeyLogFile
Executable file
@ -0,0 +1,14 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
|
||||
# Use of this source code is governed by a BSD-style license that can be
|
||||
# found in the LICENSE file.
|
||||
|
||||
# session_manager_setup.sh checks for this USE flag.
|
||||
# TODO(jimhebert) Once crosbug.com/13429 is fixed and test-builds can
|
||||
# be produced with different USE flags, we can eliminate this
|
||||
# mod_for_test script in favor of a real USE flag for
|
||||
# chromeos-base/chromeos-login.
|
||||
echo "Enabling use of SSLKEYLOGFILE in Chrome."
|
||||
echo dangerous_sslkeylogfile >> \
|
||||
"${ROOT_FS_DIR}/etc/session_manager_use_flags.txt"
|
||||
Loading…
x
Reference in New Issue
Block a user