summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorChris Akritidis <43294513+cakrit@users.noreply.github.com>2023-03-29 09:19:29 -0700
committerGitHub <noreply@github.com>2023-03-29 09:19:29 -0700
commit90b13124e46093697872520750208d4ed3f4e618 (patch)
treeb791a86aeb9fa74782da9d2d87e8ccde828dd83c /docs
parent1953b23c1f66871e1d6d5a1b1b1c13279a7f5b0c (diff)
Update netdata-security.md (#14833)
Diffstat (limited to 'docs')
-rw-r--r--docs/netdata-security.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/netdata-security.md b/docs/netdata-security.md
index 434150f16b..789515a280 100644
--- a/docs/netdata-security.md
+++ b/docs/netdata-security.md
@@ -162,7 +162,7 @@ about the information collected and learn how to opt-out, on our
The agent stores data in 6 different directories on your system.
<details>
-<summary>See more</summary>
+<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.|
@@ -172,7 +172,8 @@ The agent stores data in 6 different directories on your system.
| `/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
### Employee identification and authorization