2025-12-21 04:56:50 +01:00
|
|
|
{
|
|
|
|
|
"permissions": {
|
|
|
|
|
"allow": [
|
|
|
|
|
"Bash(unzip:*)",
|
|
|
|
|
"Bash(msgfmt:*)",
|
|
|
|
|
"Bash(ls:*)",
|
|
|
|
|
"Bash(mkdir:*)",
|
2025-12-21 05:14:19 +01:00
|
|
|
"Bash(composer init:*)",
|
|
|
|
|
"Bash(composer install:*)",
|
2025-12-21 15:54:04 +01:00
|
|
|
"Bash(composer update:*)",
|
2025-12-21 17:21:40 +01:00
|
|
|
"Bash(git add:*)",
|
|
|
|
|
"Bash(git tag:*)",
|
|
|
|
|
"Bash(rsync:*)",
|
|
|
|
|
"Bash(zip -r:*)",
|
2025-12-21 19:04:41 +01:00
|
|
|
"Bash(cat:*)",
|
2025-12-21 19:19:18 +01:00
|
|
|
"Bash(for po in *.po)",
|
|
|
|
|
"Bash(do msgfmt -o \"$po%.po.mo\" \"$po\")",
|
|
|
|
|
"Bash(done)",
|
2025-12-22 00:15:48 +01:00
|
|
|
"Bash(git commit:*)",
|
2025-12-22 23:41:31 +01:00
|
|
|
"Bash(node -c:*)",
|
2025-12-23 00:23:21 +01:00
|
|
|
"Bash(php -l:*)",
|
2025-12-23 17:16:11 +01:00
|
|
|
"Bash(git push:*)",
|
|
|
|
|
"Bash(git checkout:*)",
|
|
|
|
|
"Bash(git rebase:*)"
|
2025-12-21 04:56:50 +01:00
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|