1777 is the stock default. In the future it should only be writeable by the user running the X server, but that is for when Spectrum VMs have non-root users. Signed-off-by: Demi Marie Obenour <demiobenour@gmail.com> --- img/app/etc/s6-rc/directories/up | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/img/app/etc/s6-rc/directories/up b/img/app/etc/s6-rc/directories/up index 0ce4a06a37077cef8881d45382a81950e164560f..e76a6785bc5ef644787142c2ebb40193d4d10fb4 100644 --- a/img/app/etc/s6-rc/directories/up +++ b/img/app/etc/s6-rc/directories/up @@ -6,5 +6,6 @@ # SPDX-License-Identifier: MIT # SPDX-FileCopyrightText: 2022 Unikie -if { mkdir /run/user /tmp/.X11-unix } +if { mkdir -m 1777 /tmp/.X11-unix } +if { mkdir -m 0755 /run/user } if { mkdir -m 0700 /run/user/0 } -- Sincerely, Demi Marie Obenour (she/her/hers)