SECURITY_OWNERS (748B)
1 # Changes to integration with the Fuchsia platform, or peer components, require 2 # security review to avoid introducing sandbox escapes. These include: 3 # - Critical platform integrations (e.g. shared memory, process launching). 4 # - Changes to Chromium-defined Fuchsia IPC (aka FIDL) protocols. 5 # - Addition of new FIDL services to child process sandboxes. 6 # - Addition of new FIDL clients and implementations. 7 # 8 # Security team: If you are uncomfortable reviewing a particular bit of code 9 # yourself, don't hesitate to seek help from another security team member! 10 # Nobody knows everything, and the only way to learn is from experience. 11 12 # Please keep reviewers ordered alphabetically by LDAP. 13 ajgo@chromium.org 14 tsepez@chromium.org 15 wez@chromium.org