chore(buildah): remove custom socket location

This commit is contained in:
yeti 2025-04-24 09:58:06 +01:00
parent 020e6641f8
commit f392a2f4f5
2 changed files with 1 additions and 4 deletions

View File

@ -17,8 +17,7 @@ buildah run "$ctr" -- bash -c "\
lazygit zsh-autosuggestions luarocks python-pynvim npm bash-completion tree-sitter-cli \
lua51 && pacman -Scc --noconfirm && \
groupadd secproc && useradd -ms /bin/zsh -G secproc $DEV_USER && \
mkdir -p /tmp/tmux-shared && chown $DEV_USER:$DEV_USER /tmp/tmux-shared && \
chmod 750 /tmp/tmux-shared && mkdir -p $SECURE && chmod -R 500 $SECURE && \
mkdir -p $SECURE && chmod -R 500 $SECURE && \
mkdir /app && chmod 700 /app && chown $DEV_USER:$DEV_USER /app
"
# copy start script

View File

@ -455,8 +455,6 @@ set -g allow-passthrough on
# Enable truecolor for compatible terminals
set -gs terminal-features ',rxvt-unicode-256color:clipboard'
set-option -g socket-path /tmp/tmux-shared/dev-socket
# -- custom variables ----------------------------------------------------------
# to define a custom #{foo} variable, define a POSIX shell function between the