diff options
author | Sven Vermeulen <sven.vermeulen@siphos.be> | 2014-08-10 15:59:26 +0200 |
---|---|---|
committer | Sven Vermeulen <sven.vermeulen@siphos.be> | 2014-08-10 15:59:26 +0200 |
commit | cb3fc23712d5645d909f03b19ccf9cb0a1e10000 (patch) | |
tree | cd1bdf6889bce33c7d9f8b0e8d8efd9bd4968576 /doc | |
parent | Fix bug #505406 - Make thunderbird work on Gentoo again (diff) | |
download | hardened-refpolicy-cb3fc23712d5645d909f03b19ccf9cb0a1e10000.tar.gz hardened-refpolicy-cb3fc23712d5645d909f03b19ccf9cb0a1e10000.tar.bz2 hardened-refpolicy-cb3fc23712d5645d909f03b19ccf9cb0a1e10000.zip |
Add description for generated tunables (thunderbird)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gentoo_tunables.xml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/doc/gentoo_tunables.xml b/doc/gentoo_tunables.xml index 6a664abf7..377b99248 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> + |