home-dir.toml 250 B

12345678910
  1. "$schema" = "schemas/schema.json"
  2. [[permission]]
  3. version = 1
  4. identifier = "allow-home-dir"
  5. description = "Allows read access to the complete $HOME folder."
  6. commands.allow = ["readDirectory", "readFile"]
  7. [[permission.scope.allow]]
  8. path = "$HOME/**"