/usr/share/checkbox/examples/checkbox-cli.ini is in checkbox-cli 0.13.7.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 | [DEFAULT]
# Space separated list of files to include as a dependency for the
# CLI interface.
includes = %(checkbox_share)s/configs/checkbox.ini
[checkbox/plugins/user_interface]
# Module where the user interface implementation is defined.
interface_module = checkbox_cli.cli_interface
# Class implementing the UserInterface interface.
interface_class = CLIInterface
|