Skip to content

/tmp folder permission issue #202

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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