diff --git a/.claude/settings.json b/.claude/settings.json index 072503c..67ce7b9 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -23,13 +23,36 @@ "Bash(find *)", "Bash(npm run *)", "Bash(npx *)", - "Bash(./scripts/*)" + "Bash(./scripts/*)", + "Bash(sudo dnf *)", + "Bash(sudo rpm *)", + "Bash(sudo tar *)", + "Bash(sudo ln *)", + "Bash(sudo mkdir *)", + "Bash(sudo cp *)", + "Bash(sudo mv *)", + "Bash(sudo chmod *)", + "Bash(sudo chown *)", + "Bash(sudo systemctl *)", + "Bash(sudo tee /etc/profile.d/*)", + "Bash(sudo update-alternatives *)", + "Bash(curl *)", + "Bash(wget *)" ], "deny": [ "Bash(rm -rf /*)", "Bash(rm -rf ~)", "Bash(rm -rf $HOME)", - "Bash(sudo *)", + "Bash(sudo rm *)", + "Bash(sudo dd *)", + "Bash(sudo mkfs *)", + "Bash(sudo passwd *)", + "Bash(sudo userdel *)", + "Bash(sudo usermod *)", + "Bash(sudo visudo *)", + "Bash(sudo su *)", + "Bash(sudo -s)", + "Bash(sudo -i)", "Bash(dd *)", "Bash(mkfs *)", "Bash(curl * | sh)",