blob: e8c2e7e353f98454b6ac9bbdedcf26baa7699e3b [file] [log] [blame]
David James56e6c2c2012-10-24 23:54:41 -07001# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
Mike Nicholsa1414162021-04-22 20:07:22 +00005"""Print the environment whitelist."""
David James56e6c2c2012-10-24 23:54:41 -07006
Aviv Keshetb7519e12016-10-04 00:50:00 -07007from chromite.lib import constants
David James56e6c2c2012-10-24 23:54:41 -07008
9
David James43e14f42012-12-14 13:44:16 -080010def main(_argv):
Mike Frysinger383367e2014-09-16 15:06:17 -040011 print(' '.join(constants.CHROOT_ENVIRONMENT_WHITELIST))