From a702a5ee53ae8cb5870844237fe88c55dac97734 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Holger=20Wei=C3=9F?= Date: Wed, 29 Jun 2011 15:55:45 +0200 Subject: New Info attribute: "sensitive" The contents/diffs of s which are marked as "sensitive" are now omitted from the reports transmitted to the server, so that they won't end up in the statistics database. --- src/lib/Options.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/lib/Options.py') diff --git a/src/lib/Options.py b/src/lib/Options.py index 619b16787..6b3110107 100644 --- a/src/lib/Options.py +++ b/src/lib/Options.py @@ -242,6 +242,9 @@ MDATA_PERMS = Option('Default Path permissions', MDATA_PARANOID = Option('Default Path paranoid setting', 'false', cf=('mdata', 'paranoid'), odesc='Path paranoid setting') +MDATA_SENSITIVE = Option('Default Path sensitive setting', + 'false', cf=('mdata', 'sensitive'), + odesc='Path sensitive setting') # Server options SERVER_REPOSITORY = Option('Server repository path', '/var/lib/bcfg2', -- cgit v1.2.3-1-g7c22