// Copyright 2017 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef SANDBOX_POLICY_LINUX_BPF_CDM_POLICY_LINUX_H_ #define SANDBOX_POLICY_LINUX_BPF_CDM_POLICY_LINUX_H_ #include "sandbox/policy/linux/bpf_base_policy_linux.h" namespace sandbox { namespace policy { // This policy can be used by the process hosting a Content Decryption Module. class CdmProcessPolicy : public BPFBasePolicy { … }; } // namespace policy } // namespace sandbox #endif // SANDBOX_POLICY_LINUX_BPF_CDM_POLICY_LINUX_H_