linux.toml 195 B

1234567
  1. [[permission]]
  2. identifier = "allow-apt-linux"
  3. platforms = ["linux"]
  4. description = "Allows spawning the apt command on Linux"
  5. commands.allow = ["spawn"]
  6. [[permission.scope.allow]]
  7. command = "apt"