22 lines
440 B
JSON
22 lines
440 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(hugo:*)",
|
|
"Bash(find:*)",
|
|
"Bash(cat:*)",
|
|
"Read(//Users/ericwagoner/Downloads/**)",
|
|
"Bash(mysql:*)",
|
|
"Read(//Users/ericwagoner/Sites/ericwagoner.com/**)",
|
|
"Bash(curl:*)",
|
|
"Bash(ssh:*)",
|
|
"Bash(git add:*)",
|
|
"Bash(git commit:*)",
|
|
"Bash(./deploy)",
|
|
"Bash(mkdir:*)",
|
|
"Bash(chmod:*)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
}
|