Update netdata-security.md (#14995)
display the directories by default
Chris Akritidis committed
May 2, 2023 at 07:53 UTC
c723e4fb657c0044a712c02365e138c81fe34688
1 file changed
+1
-4
docs/netdata-security.md
+1
-4
@@ -161,8 +161,7 @@ about the information collected and learn how to opt-out, on our
161
### Netdata directories
162
163
The agent stores data in 6 different directories on the user's system.
164
-<details>
165
-<summary>Expand to see each directory's purpose, ownership and permissions</summary>
164
+
165
| path|owner|permissions|Netdata|comments|
166
|:---|:----|:----------|:------|:-------|
167
| `/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.
170
| `/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.|
171
| `/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.|
172
| `/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.|
174
-</details>
175
-
173
174
## Organization processes
175