| 123456789101112131415161718 |
- {
- "permissions": {
- "allow": [
- "WebFetch(domain:raw.githubusercontent.com)",
- "Bash(find /f/GIT_REPO/crop_monitor -name .env* -o -name *.env -o -name config.php)",
- "Bash(composer require:*)",
- "Bash(where composer:*)",
- "Read(//c/ProgramData/ComposerSetup/**)",
- "Read(//c/Users/lumion/AppData/Roaming/Composer/vendor/**)",
- "Bash(find /c -name composer.phar)",
- "WebSearch",
- "WebFetch(domain:github.com)",
- "Bash(grep -A 20 \"CREATE TABLE \\\\`field_sensors\\\\`\" \"f:/GIT_REPO/crop_monitor/cropmonitor.sql\")",
- "Bash(grep -A 20 \"CREATE TABLE \\\\`sensor_id\\\\`\" \"f:/GIT_REPO/crop_monitor/cropmonitor.sql\")",
- "Bash(grep -A 20 \"CREATE TABLE \\\\`crop_info\\\\`\" \"f:/GIT_REPO/crop_monitor/cropmonitor.sql\")"
- ]
- }
- }
|