Skip to content

Split write permissions to write file + write directory #36

@SerafimArts

Description

@SerafimArts

Currently, the standard write permissions are set to be common for both the directory and the file:
https://github.com/boson-php/boson/blob/0.19.5/libs/component/compiler/src/Workflow/Task/ApplyPermissionsTask.php#L18-L26

To create files and directories, the "apply permissions task" uses the default setting:

  1. It is necessary to separate the write permissions separately for the directory and separately for the file into two different constants
  2. Use different constants for tasks to create files and directories

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions