18 lines
427 B
JSON
18 lines
427 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(cargo build:*)",
|
|
"Bash(source ~/.cargo/env)",
|
|
"Bash(export PATH=\"$HOME/.cargo/bin:$PATH\")",
|
|
"Read(//home/brasse/.cargo/**)",
|
|
"Read(//usr/local/bin/**)",
|
|
"Bash(~/.cargo/bin/cargo build:*)",
|
|
"Read(//root/.cargo/bin/**)",
|
|
"Read(//home/**)",
|
|
"Bash(cargo --version)",
|
|
"Bash(rustc --version)",
|
|
"Bash(cargo -V)"
|
|
]
|
|
}
|
|
}
|