From 3e387b99f8f67dc0b83eaca7d5f2e7d84e745bae Mon Sep 17 00:00:00 2001 From: Albert S Date: Wed, 11 Aug 2021 21:05:39 +0200 Subject: [PATCH] README: Mention sandboxing --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bb76fb0..2822eb2 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,12 @@ Currently, this allows you search all indexed pdfs and take a look at the pages Coming soon™ -## Goals +## Goals and principles * **Find & Preview**. Instead of merely telling you where your search phrase has been found, it should also render the corresponding portion/pages of the documents and highlight the searched words. * **No daemons**. As other solutions are prone to have annoying daemons running that eat system resources away, this solution should make do without daemons if possible. - * **Easy setup**. Similiarly, there should be no need for heavy-weight databases. Instead, this solution tries to squeeze out the most from simple approaches. In particular, it relies on sqlite. + * **Easy setup**. Similiarly, there should be no need for heavy-weight databases. Instead, this solution tries to squeeze out the most from simple approaches. In particular, it relies on sqlite. * **GUI & CLI**. Provide CLI interfaces and GUI interfaces - + * **Sandboxing**. As reading and rendering lots of formats naturally opens the door for security bugs, those tasks are offloaded to small, sandboxed sub-processes to mitigate the effect of exploited vulnerabilities. ## Build ### Ubuntu 21.04