@cryptotaxi247 / netdata-1 / commits / 90b13124e

Update netdata-security.md (#14833)

Chris Akritidis committed Mar 29, 2023 at 09:19 UTC 90b13124e46093697872520750208d4ed3f4e618
1 file changed +3 -2
docs/netdata-security.md
+3 -2
@@ -162,7 +162,7 @@ about the information collected and learn how to opt-out, on our
162
163 The agent stores data in 6 different directories on your system.
164 <details>
165 -<summary>See more</summary>
165 +<summary>Expand to see each directory's purpose, ownership and permissions</summary>
166 | path|owner|permissions|Netdata|comments|
167 |:---|:----|:----------|:------|:-------|
168 | `/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.
172 | `/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.|
173 | `/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 -
175 +
176 +
177 ## Organization processes
178
179 ### Employee identification and authorization