close
Skip to content

make tmpfs permissions 777 and remove noexec flag #3425

@gdamjan

Description

@gdamjan

using the tmpfs option in the compose file makes the directory not very useful in some scenarios. it gets mounted as:
tmpfs on /src/core/node_modules type tmpfs (rw,nosuid,nodev,noexec,relatime,size=65536k)
which means it:

  • can't be written to if using the user option - it's root:root, mode 755.
  • can't execute stuff from it, cause of the noexec flag

I suggest removing noexec and making it mode 777

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions