Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make file/folder permissions configurable. #501

Open
JimBacon opened this issue Nov 14, 2023 · 0 comments
Open

Make file/folder permissions configurable. #501

JimBacon opened this issue Nov 14, 2023 · 0 comments

Comments

@JimBacon
Copy link
Member

The warehouse application creates files and folders as part of its normal behaviour. Currently the permissions assigned are hard-coded.

E.g. in modules/rest_api/controllers/services/rest.php there is this snippet

      $dest = DOCROOT . "upload-queue/$subdir";
      if (!is_dir($dest)) {
        mkdir($dest, 0755, TRUE);
      }

The permissions should be configurable to suit different server environments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant