cros-garcon: Migrate polkit rules to new format

Debian Trixie dropped support for polkitd-pkla. Migrate to JS
format to continue builds.

TEST=bazel build :deb && bazel build :deb-bookworm
TEST=Uninstall vim successfully via ash with new policy
FIXED=b:351870997

Change-Id: I6843596fddf34409ac859cbe571b54eb40d6037c
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/containers/cros-container-guest-tools/+/5685672
Tested-by: kokoro <noreply+kokoro@google.com>
Tested-by: Zihan Chen <zihanchen@google.com>
Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
Commit-Queue: Zihan Chen <zihanchen@google.com>
Auto-Submit: Zihan Chen <zihanchen@google.com>
3 files changed
tree: 90facafaa96dffad21245c633fe80db5d920ac97
  1. cros-adapta/
  2. cros-apt-config/
  3. cros-debs/
  4. cros-garcon/
  5. cros-guest-tools/
  6. cros-host-fonts/
  7. cros-logging/
  8. cros-notificationd/
  9. cros-pipe-config/
  10. cros-port-listener/
  11. cros-pulse-config/
  12. cros-sftp/
  13. cros-sommelier/
  14. cros-sommelier-config/
  15. cros-sudo-config/
  16. cros-systemd-overrides/
  17. cros-tast-tests/
  18. cros-ui-config/
  19. cros-vmstat-metrics/
  20. cros-wayland/
  21. cros-xdg-desktop-portal/
  22. kokoro/
  23. lxd/
  24. mesa/
  25. scripts/
  26. termina/
  27. .gitignore
  28. LICENSE
  29. OWNERS
  30. PRESUBMIT.cfg
  31. README.md
  32. WORKSPACE
README.md

cros-container-guest-tools

Overview

These are the guest packages for setting up a container to integrate with Chrome OS. This includes build scripts that are run in Google's internal continuous integration service.

Building

The guest packages can be built with Bazel.

bazel build //cros-debs:debs

Releasing

promote\_apt.sh MILESTONE and promote\_container.sh MILESTONE in scripts are used to promote containers from staging to live. NOTE: Whatever is the latest in staging is what gets promoted to live so make sure it's what was tested.