summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Akritidis <43294513+cakrit@users.noreply.github.com>2023-05-02 07:53:17 -0700
committerGitHub <noreply@github.com>2023-05-02 07:53:17 -0700
commitc723e4fb657c0044a712c02365e138c81fe34688 (patch)
tree80579a6152782e6692af27fa7b8326614022d694
parent7077cd0a8eb974baff7636cc71b16a2ef9dbaac4 (diff)
Update netdata-security.md (#14995)
display the directories by default
-rw-r--r--docs/netdata-security.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/docs/netdata-security.md b/docs/netdata-security.md
index 659e12f496..6cd33c061a 100644
--- a/docs/netdata-security.md
+++ b/docs/netdata-security.md
@@ -161,8 +161,7 @@ about the information collected and learn how to opt-out, on our
### Netdata directories
The agent stores data in 6 different directories on the user's system.
-<details>
-<summary>Expand to see each directory's purpose, ownership and permissions</summary>
+
| path|owner|permissions|Netdata|comments|
|:---|:----|:----------|:------|:-------|
| `/etc/netdata`|user `root`<br/>group `netdata`|dirs `0755`<br/>files `0640`|reads|**Netdata config files**<br/>may contain sensitive information, so group `netdata` is allowed to read them.|
@@ -171,8 +170,6 @@ The agent stores data in 6 different directories on the user's system.
| `/var/cache/netdata`|user `netdata`<br/>group `netdata`|dirs `0750`<br/>files `0660`|reads, writes, creates, deletes|**Netdata ephemeral database files**<br/>Netdata stores its ephemeral real-time database here.|
| `/var/lib/netdata`|user `netdata`<br/>group `netdata`|dirs `0750`<br/>files `0660`|reads, writes, creates, deletes|**Netdata permanent database files**<br/>Netdata stores here the registry data, health alarm log db, etc.|
| `/var/log/netdata`|user `netdata`<br/>group `root`|dirs `0755`<br/>files `0644`|writes, creates|**Netdata log files**<br/>all the Netdata applications, logs their errors or other informational messages to files in this directory. These files should be log rotated.|
-</details>
-
## Organization processes