1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 18:15:42 +01:00

Apply automatic changes

This commit is contained in:
s-l-teichmann s-l-teichmann@users.noreply.github.com 2022-05-31 14:14:39 +00:00
parent da9fd3a9fd
commit 36785ac697

View file

@ -101,6 +101,12 @@ as `csaf_provider.go` must be able to read it.
Many systems use `www-data` as user id, so you could do something like Many systems use `www-data` as user id, so you could do something like
<!-- MARKDOWN-AUTO-DOCS:START (CODE:src=../docs/scripts/setupProviderForITest.sh&lines=84-86) --> <!-- MARKDOWN-AUTO-DOCS:START (CODE:src=../docs/scripts/setupProviderForITest.sh&lines=84-86) -->
<!-- The below code snippet is automatically added from ../docs/scripts/setupProviderForITest.sh -->
```sh
sudo touch /usr/lib/csaf/config.toml
sudo chgrp www-data /usr/lib/csaf/config.toml
sudo chmod g+r,o-rwx /usr/lib/csaf/config.toml
```
<!-- MARKDOWN-AUTO-DOCS:END --> <!-- MARKDOWN-AUTO-DOCS:END -->
**This and the other settings are just examples, please adjust permissions and paths according to your webserver and security needs.** **This and the other settings are just examples, please adjust permissions and paths according to your webserver and security needs.**