Skip to content

/tmp folder permission issue #202

@rdraper31-hue

Description

@rdraper31-hue

Unable to update Pi with "apt update" after running LEDMatrix because of /tmp folder permission.

/tmp folder permissions after running LEDMatrix
drwxrwsr-x 3 root root 80 Jan 20 09:48 /tmp

/tmp folder permissions should be
drwxrwsrwt

If I shutdown LEDMatrix with
sudo systemctl stop ledmatrix

I can change /tmp folder permissions to what they should be with
sudo chmod 1777 /tmp

I can then use apt update to update system, but after starting LEDMatrix with
sudo systemctl start ledmatrix

/tmp permissions return to
drwxrwsr-x

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions