blob: 527bcab25244419c615c07eea84384d4e80efe28 [file] [log] [blame]
#!/bin/bash
# Copyright 2021 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.
## Section: 5.4.5 Ensure default user shell timeout is 900 seconds or less ##
echo "TMOUT=900" >> /etc/profile
echo "TMOUT=900" >> /etc/bash/bashrc