set.toml 472 B

123456789101112131415
  1. "$schema" = "schemas/schema.json"
  2. [default]
  3. description = "Default permissions granted"
  4. permissions = ["allow-home-read-only"]
  5. [[set]]
  6. identifier = "allow-full-homefolder-access"
  7. description = "Allows read and write access to the complete $HOME folder."
  8. permissions = ["allow-home-read-only", "allow-home-write-only"]
  9. [[set]]
  10. identifier = "deny-homefolder-config-access"
  11. description = "Denies access to the $HOME/.config folder."
  12. permissions = ["deny-home-dir-config"]