Apply folder permission
We’re working on a project that requires a new folder to be created under /conf/project2, and we need to grant read permissions (ACL) to all users via code or OSGi configuration.
For this use case, do we need to create a new system user with read permissions for the required path?
Could you please share a sample implementation to handle this scenario?