feat(build): add execute permission for secure folder
This commit is contained in:
parent
67ccaa0ac2
commit
c67ce5e7e4
@ -16,7 +16,7 @@ buildah run "$ctr" -- bash -c "\
|
|||||||
nodejs python podman fzf fd ripgrep jdk-openjdk zsh-completions zsh-syntax-highlighting \
|
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 \
|
lazygit zsh-autosuggestions luarocks python-pynvim npm bash-completion tree-sitter-cli \
|
||||||
lua51 && pacman -Scc --noconfirm && groupadd secproc && groupadd -g $DEV_GID $DEV_USER && \
|
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
|
# copy start script, zshrc, neovim, tmux setup and ssh setup
|
||||||
|
Loading…
x
Reference in New Issue
Block a user