commit: cb3fc23712d5645d909f03b19ccf9cb0a1e10000 Author: Sven Vermeulen <sven.vermeulen <AT> siphos <DOT> be> AuthorDate: Sun Aug 10 13:59:26 2014 +0000 Commit: Sven Vermeulen <swift <AT> gentoo <DOT> org> CommitDate: Sun Aug 10 13:59:26 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=cb3fc237
Add description for generated tunables (thunderbird) --- doc/gentoo_tunables.xml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/doc/gentoo_tunables.xml b/doc/gentoo_tunables.xml index 6a664ab..377b992 100644 --- a/doc/gentoo_tunables.xml +++ b/doc/gentoo_tunables.xml @@ -85,3 +85,32 @@ Allow mutt to manage all user content (including content that is specific to an </desc> </tunable> +<tunable name="thunderbird_read_generic_user_content" dftval="true"> +<desc> +<p> +Allow thunderbird to read generic user content (i.e. content that is not specific to an application). +</p> +</desc> +</tunable> +<tunable name="thunderbird_read_all_user_content" dftval="false"> +<desc> +<p> +Allow thunderbird to read all user content (including content that is specific to an application, such as the configuration files of other applications in the users home directory). +</p> +</desc> +</tunable> +<tunable name="thunderbird_manage_generic_user_content" dftval="false"> +<desc> +<p> +Allow thunderbird to manage generic user content (i.e. content that is not specific to an application). +</p> +</desc> +</tunable> +<tunable name="thunderbird_manage_all_user_content" dftval="false"> +<desc> +<p> +Allow thunderbird to manage all user content (including content that is specific to an application, such as the configuration files of other applications in the users home directory). +</p> +</desc> +</tunable> +
