diff options
| author | Michele OrrĂ¹ <maker@tumbolandia.net> | 2016-09-27 23:06:09 +0200 |
|---|---|---|
| committer | Michele OrrĂ¹ <maker@tumbolandia.net> | 2016-09-27 23:11:57 +0200 |
| commit | 8d31d31789ccf1b803216a1eb42dfeabb39522ad (patch) | |
| tree | acf1c57b328ddd6bf04f57569df74aa4c4fa7412 | |
| parent | a366fdfc129df3c1dd54150145559d1a621632dc (diff) | |
How to use notmuch with grsec in the FAQ.
| -rw-r--r-- | faq.mdwn | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |
