-
Notifications
You must be signed in to change notification settings - Fork 104
Open
Labels
bugenhancementgood first issueFor developers first get involved in the horizon development.For developers first get involved in the horizon development.p3
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugenhancementgood first issueFor developers first get involved in the horizon development.For developers first get involved in the horizon development.p3