index.md (615B)
1 Do not require root privileges 2 ============================== 3 4 Description 5 ----------- 6 This patch removes the necessity and ability to run quark as root. quark 7 will neither chroot(2) into the serving directory nor change the UID, 8 GID or ownership of the UNIX-domain socket file. 9 10 As this patch removes security features from quark, it should not be 11 used for serving content to untrusted parties. 12 13 This patch has not been tested with a UNIX-domain socket file. 14 15 Download 16 -------- 17 * [quark-noroot-20191003-3c7049e.diff](quark-noroot-20191003-3c7049e.diff) 18 19 Author 20 ------ 21 * Richard Ulmer <codesoap AT mailbox DOT org>