first commit
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash(npm install)",
|
||||
"Bash(npx *)",
|
||||
"Bash(rm *)",
|
||||
"Bash(chmod *)",
|
||||
"Bash(npm run *)",
|
||||
"Bash(sleep *)",
|
||||
"Bash(curl *)",
|
||||
"Bash(pkill *)",
|
||||
"Bash(timeout *)",
|
||||
"Bash(nohup *)",
|
||||
"Bash(ss *)"
|
||||
]
|
||||
},
|
||||
"$version": 3
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash(npm install)"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user