blob: e943519a96002bafc8abf807ae78a1e238223900 [file] [log] [blame]
// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
syntax = "proto3";
package acls;
// TODO(iannucci): move these to per-project acls when implementing per-project
// namespaces.
message Acls {
repeated string readers = 1;
repeated string writers = 2;
}