mirror of
https://github.com/samjage/metro-warden.git
synced 2026-06-06 04:30:42 +00:00
Initial commit: Metro Warden TUI network operations center
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash(python:*)",
|
||||
"Bash(pip install:*)",
|
||||
"Bash(python3 -m pip install --quiet textual psutil toml pytest pytest-asyncio)",
|
||||
"Bash(python3 -c \"import sys; print\\(sys.path\\)\")",
|
||||
"Bash(python3.14 -m pytest --version)",
|
||||
"Bash(python3 -c \"import pytest; print\\(pytest.__version__\\)\")",
|
||||
"Bash(ls /usr/lib/python3*/site-packages/)",
|
||||
"Bash(pacman -S --noconfirm python-pytest python-pytest-asyncio)",
|
||||
"Bash(sudo pacman:*)",
|
||||
"Bash(python3:*)",
|
||||
"Bash(pip show:*)",
|
||||
"Bash(chmod:*)",
|
||||
"Bash(echo $TERM $TERM_PROGRAM)",
|
||||
"Bash(tmux -V)"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user