blob: d6348f1377e42655fcd54721a2d3b31a6a496c0e [file] [edit]
# Copyright 2023 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//common-mk/install_seccomp_policy.gni")
install_seccomp_policy("seccomp_policy") {
_arch = getenv("ARCH")
sources = [ "${_arch}/printscanmgr-seccomp.policy" ]
install_path = "seccomp_policy"
}