hi , I am facing a very similar problem. We have given read access to
the /etc folder to "everyone" group in our project, due to the "CSRF
Token" error occurring on the form submission. The granite. jquery
library added to our custom form component was not loading, for all
users and this access change helped us to resolve the issue, however,
after every restart of the server, the "everyone" group permissions seem
to get set to default. Is there a way this can be overridden completely?
Please hel...