From 36785ac697c4e3113ce1e58452ac9f217e93e0ac Mon Sep 17 00:00:00 2001 From: "s-l-teichmann s-l-teichmann@users.noreply.github.com" Date: Tue, 31 May 2022 14:14:39 +0000 Subject: [PATCH] Apply automatic changes --- docs/provider-setup.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/provider-setup.md b/docs/provider-setup.md index 5fa364f..5f72f05 100644 --- a/docs/provider-setup.md +++ b/docs/provider-setup.md @@ -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 + +```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 +``` **This and the other settings are just examples, please adjust permissions and paths according to your webserver and security needs.**