summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele OrrĂ¹ <maker@tumbolandia.net>2016-09-27 23:06:09 +0200
committerMichele OrrĂ¹ <maker@tumbolandia.net>2016-09-27 23:11:57 +0200
commit8d31d31789ccf1b803216a1eb42dfeabb39522ad (patch)
treeacf1c57b328ddd6bf04f57569df74aa4c4fa7412
parenta366fdfc129df3c1dd54150145559d1a621632dc (diff)
How to use notmuch with grsec in the FAQ.
-rw-r--r--faq.mdwn7
1 files changed, 7 insertions, 0 deletions
diff --git a/faq.mdwn b/faq.mdwn
index 1741288..36a7669 100644
--- a/faq.mdwn
+++ b/faq.mdwn
@@ -68,3 +68,10 @@ but you would expect a `List-Id:` search to find the message, regardless of the
order in which the duplicates were received. This is a more general problem than
just `List-Id:`, and once this has been resolved, adding `List-Id:` indexing is
trivial.
+
+## Can I use notmuch with grsec?
+
+Sure! It works out of the box. If you have TPE enabled (trusted path execution),
+make sure the user is executing the script belongs to the
+`kernel.grsecurity.tpe_gid` (in debian this is grsec-tpe).
+This is required in order to run the `pre-new` and `post-new` hooks.