Differences
This shows you the differences between two versions of the page.
current:security [2015/01/13 16:32] sj created |
current:security [2015/01/13 16:33] (current) sj |
||
---|---|---|---|
Line 1: | Line 1: | ||
==== Security ==== | ==== Security ==== | ||
- | Usually, clapf listens on the localhost, so it cannot be accessed directly. | + | Usually, clapf listens on the localhost, so it cannot be accessed directly. It listens on a high port (>1024), and it does not require any special privileges. By default it switches to user 'clapf' after it's started. You may run it as a different user by setting the username parameter. |
- | + | ||
- | As clapf listens on a high port (>1024), and it does not require any special privileges. By default it switches to user 'clapf' after it's started. You may run it as a different user by setting the username parameter. | + | |
<code> | <code> | ||
Line 10: | Line 8: | ||
- | Because the clapf.conf file probably contains sensitive data, such as MySQL credentials, it's very important that it shouldn't be read by any other user than clapf. | + | Because the clapf.conf file contains sensitive data, such as MySQL credentials, it's very important that it shouldn't be read by any other user than clapf. |