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
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