blob: 51731929367fe2976fa49040aafde411eae2ad78 [file] [log] [blame]
// Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHAPS_OBJECT_POLICY_DATA_H_
#define CHAPS_OBJECT_POLICY_DATA_H_
#include "chaps/object_policy_common.h"
namespace chaps {
// Enforces policies for data objects (CKO_DATA).
class ObjectPolicyData : public ObjectPolicyCommon {
public:
ObjectPolicyData();
~ObjectPolicyData() override;
void SetDefaultAttributes() override;
};
} // namespace chaps
#endif // CHAPS_OBJECT_POLICY_DATA_H_