This commit is contained in:
2025-10-25 20:11:21 +02:00
commit fd37421245
700 changed files with 211892 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"permissions": {
"allow": [
"Bash(mkdir -p \"Personal/Areas/Servers/TrueNAS\")",
"Bash(awk '{print $9, \"\"\"\"(\"\"\"\" $5 \"\"\"\")\"\"\"\"}')",
"Bash(awk '{if($9 ~ /\\.md$/) print \"\"\"\" - \"\"\"\" $9 \"\"\"\" (\"\"\"\" $5 \"\"\"\")\"\"\"\"}')",
"Bash(ssh root@192.168.178.189 \"grep -i ''AllowTcpForwarding\\|PermitTunnel'' /etc/ssh/sshd_config | grep -v ''^#''\")"
],
"deny": [],
"ask": []
}
}