mirror of
https://github.com/mr0xb/dotfiles_chezmoi.git
synced 2026-08-28 03:44:57 -04:00
initial commit
This commit is contained in:
commit
f1374f54c4
46 changed files with 4121 additions and 0 deletions
30
dot_config/ghostty/shaders/dot_claude/settings.local.json
Normal file
30
dot_config/ghostty/shaders/dot_claude/settings.local.json
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash(mount)",
|
||||
"Bash(getenforce)",
|
||||
"Bash(podman --version)",
|
||||
"Read(//etc/**)",
|
||||
"Bash(grep \"^$\\(whoami\\):\")",
|
||||
"Bash(mkdir -p \"/run/media/mr0xb/1TB Samsung 860/postgres-data\")",
|
||||
"Bash(mkdir -p ~/podman)",
|
||||
"Bash(podman unshare *)",
|
||||
"Bash(podman secret *)",
|
||||
"Bash(openssl rand *)",
|
||||
"Bash(podman kube *)",
|
||||
"Bash(podman pod *)",
|
||||
"Bash(podman ps *)",
|
||||
"Bash(podman logs *)",
|
||||
"Bash(rm -rf \"/run/media/mr0xb/1TB Samsung 860/postgres-data\")",
|
||||
"Bash(podman exec *)",
|
||||
"Bash(podman inspect *)",
|
||||
"Bash(podman image *)",
|
||||
"Bash(podman run *)",
|
||||
"Bash(chcon -Rt container_file_t \"/run/media/mr0xb/1TB Samsung 860/postgres-data\")",
|
||||
"Bash(PGPASSWORD='ksJZqsVlMZZ2G+f6qSp+GdykGIIKjZq3' psql -h 127.0.0.1 -p 5432 -U postgres -c \"select 1;\")",
|
||||
"Bash(timeout 2 bash -c \"echo > /dev/tcp/127.0.0.1/5432\")",
|
||||
"Bash(ip -4 addr show)",
|
||||
"Bash(timeout 2 bash -c \"echo > /dev/tcp/192.168.1.69/5432\")"
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue