Skip to content

Auto create /tmp/parsec with correct permissions on startup #195

Closed
@sbailey-arm

Description

@sbailey-arm

Would it be feasible to have Parsec create the /tmp/parsec directory when it starts, if it doesn't already exist?

If the user that Parsec runs as is already part of parsec-clients, then I think it should just need to execute:

mkdir /tmp/parsec
chown :parsec-clients /tmp/parsec
chmod 750 /tmp/parsec

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestsecurityIssues related to the security and privacy of the service

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions