From c67ce5e7e441f0b1b2619c3fa1dfdcf3dfde6086 Mon Sep 17 00:00:00 2001 From: yeti Date: Fri, 25 Apr 2025 08:11:19 +0100 Subject: [PATCH] feat(build): add execute permission for secure folder --- build-workspace.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-workspace.sh b/build-workspace.sh index e2e9e0e..a0ca9d3 100755 --- a/build-workspace.sh +++ b/build-workspace.sh @@ -16,7 +16,7 @@ buildah run "$ctr" -- bash -c "\ 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 && groupadd secproc && groupadd -g $DEV_GID $DEV_USER && \ - useradd -ms /bin/zsh -G secproc -u $DEV_UID -g $DEV_GID $DEV_USER && mkdir -m 500 -p $SECURE + useradd -ms /bin/zsh -G secproc -u $DEV_UID -g $DEV_GID $DEV_USER && mkdir -m 511 -p $SECURE " # copy start script, zshrc, neovim, tmux setup and ssh setup