aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSven Vermeulen <sven.vermeulen@siphos.be>2013-05-11 20:46:09 +0200
committerSven Vermeulen <sven.vermeulen@siphos.be>2013-05-11 20:46:09 +0200
commit19eab9fa6d7194d903d69b5d8a9430ff5baa6e3b (patch)
tree04b75c6a06a6225a491ba493f8369f5a04ba776d /doc
parentNon-content change (formatting) (diff)
downloadhardened-refpolicy-19eab9fa6d7194d903d69b5d8a9430ff5baa6e3b.tar.gz
hardened-refpolicy-19eab9fa6d7194d903d69b5d8a9430ff5baa6e3b.tar.bz2
hardened-refpolicy-19eab9fa6d7194d903d69b5d8a9430ff5baa6e3b.zip
Use template for user content booleans
Diffstat (limited to 'doc')
-rw-r--r--doc/gentoo_tunables.xml30
1 files changed, 30 insertions, 0 deletions
diff --git a/doc/gentoo_tunables.xml b/doc/gentoo_tunables.xml
index 3162f4169..6a664abf7 100644
--- a/doc/gentoo_tunables.xml
+++ b/doc/gentoo_tunables.xml
@@ -55,3 +55,33 @@ Allow chromium to manage all user content (including content that is specific to
</p>
</desc>
</tunable>
+
+<tunable name="mutt_read_generic_user_content" dftval="true">
+<desc>
+<p>
+Allow mutt to read generic user content (i.e. content that is not specific to an application).
+</p>
+</desc>
+</tunable>
+<tunable name="mutt_read_all_user_content" dftval="false">
+<desc>
+<p>
+Allow mutt 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="mutt_manage_generic_user_content" dftval="false">
+<desc>
+<p>
+Allow mutt to manage generic user content (i.e. content that is not specific to an application).
+</p>
+</desc>
+</tunable>
+<tunable name="mutt_manage_all_user_content" dftval="false">
+<desc>
+<p>
+Allow mutt 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>
+