mirror of
https://github.com/samjage/metro-warden.git
synced 2026-06-06 03:00:41 +00:00
21 lines
661 B
JSON
21 lines
661 B
JSON
{
|
|
"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)"
|
|
]
|
|
}
|
|
}
|