diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2024-01-23 18:43:13 +0100 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2024-04-19 20:54:54 +0200 |
commit | 215b184d6a5774df10cabe12bde7d6b0fa3aff85 (patch) | |
tree | 6b63c67d4d4c81397ed3beca894b0c5ee56384d1 /doc/examples/configure-index | |
parent | 3cd6eacd1ab42e414f0d899a3f74fc60140f0e8a (diff) |
Add an --audit option to switch on audit logging
This option is recommended to be used by repository operators
for testing.
Diffstat (limited to 'doc/examples/configure-index')
-rw-r--r-- | doc/examples/configure-index | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/examples/configure-index b/doc/examples/configure-index index 72e907507..3f6140038 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -47,6 +47,7 @@ quiet "<INT>" { // Options for APT in general APT { + Audit "<BOOL>"; // display audit messages Architecture "<STRING>"; // debian architecture like amd64, i386, powerpc, armhf, mips, … Architectures "<LIST>"; // a list of (foreign) debian architectures, defaults to: dpkg --print-foreign-architectures BarbarianArchitectures "<LIST>"; // a list of architectures considered too foreign to satisfy M-A:foreign |