Skip to content

Bug: tmpfs incorrect directory #4457

@naphelps

Description

@naphelps

Describe the bug.

Temporary files on the filesystem have changed quite a lot over the years. Anax today uses a combination of /tmp/... and /var/run/... as temporary and dynamic data directories. Neither of these are standard in most Linux distributions. The better place to store this information on the filesystem is /run/user/$UID/.... This stores data in a ramdisk mounted onto the filesystem and is purged on shutdown/restart. In-addition it is partitioned by user for security, preventing permission nightmares.

Describe the steps to reproduce the behavior.

No response

Expected behavior.

No response

Screenshots.

No response

Operating Environment

Linux

Additional Information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions