diff --git a/build-workspace.sh b/build-workspace.sh index ca3964b..c253c43 100755 --- a/build-workspace.sh +++ b/build-workspace.sh @@ -15,7 +15,8 @@ buildah run "$ctr" -- bash -c "\ pacman -Sy --noconfirm && pacman -S --noconfirm --needed base-devel neovim git zsh tmux \ nodejs python podman fzf fd ripgrep jdk-openjdk zsh-completions zsh-syntax-highlighting \ lazygit zsh-autosuggestions luarocks python-pynvim npm bash-completion tree-sitter-cli \ - lua51 && pacman -Scc --noconfirm && useradd -ms /bin/zsh $DEV_USER && \ + 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 /app && chmod 700 /app && chown $DEV_USER:$DEV_USER /app