summaryrefslogtreecommitdiff
path: root/dbus_interface.h
blob: a1fe761953abdba243e2059bc35530129e1260b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Copyright 2014 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 FIREWALLD_DBUS_INTERFACE_H_
#define FIREWALLD_DBUS_INTERFACE_H_

namespace firewalld {

const char kFirewallInterface[] = "org.chromium.Firewalld";
const char kFirewallServicePath[] = "/org/chromium/Firewalld";
const char kFirewallServiceName[] = "org.chromium.Firewalld";

}  // namespace firewalld

#endif  // FIREWALLD_DBUS_INTERFACE_H_