macos.toml 199 B

1234567
  1. [[permission]]
  2. identifier = "allow-library-folder-macos"
  3. platforms = ["macOS"]
  4. description = "Allows access to the $HOME/Library folder on maOS"
  5. [[permission.scope.allow]]
  6. path = "$HOME/Library/**"