docs(howto): removed /var/lib/fdo requisite from serviceinfo-api-server - #554
docs(howto): removed /var/lib/fdo requisite from serviceinfo-api-server#554tym2k1 wants to merge 1 commit into
Conversation
7d62504 to
f487257
Compare
|
Fixed the name of the commit |
|
Having it elsewhere may cause issues with SELinux and from a support PoV I would prefer us to have a default location here. |
@nullr0ute agreed, but the docs are also not completely right about this. We can either explain this better on the docs or enforce the usage of that default location on code. |
|
I agree. My main concern is clarity for developers who are trying to integrate this service into their environments. If there's potential for issues when deviating from the |
|
Thank you for the fast response by the way :) |
I don't follow this point about containerisation, the /var/lib directory structure is used for services data for a very long time irrespective of containerisation or not. |
|
I see your point regarding the |
The
HOWTO.mddocument mentions that files parsed through theserviceinfo-api-servershould have theirsource_pathvariable located under the/var/lib/fdodirectory. However, during onboarding, the process seems to work correctly even when thesource_pathis set to a different directory. Additionally, the code in serviceinfo-api-server/src/main.rs does not enforce this directory requirement.