1/* Author: Spencer Shimko <sshimko@tresys.com>
2 *
3 * Copyright (C) 2004-2005 Tresys Technology, LLC
4 * Copyright (C) 2006 Red Hat, Inc.
5 *
6 *  This library is free software; you can redistribute it and/or
7 *  modify it under the terms of the GNU Lesser General Public
8 *  License as published by the Free Software Foundation; either
9 *  version 2.1 of the License, or (at your option) any later version.
10 *
11 *  This library is distributed in the hope that it will be useful,
12 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
13 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14 *  Lesser General Public License for more details.
15 *
16 *  You should have received a copy of the GNU Lesser General Public
17 *  License along with this library; if not, write to the Free Software
18 *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
19 */
20
21
22%module semanage
23
24/* pull in the headers */
25%include "../include/semanage/debug.h"
26%include "../include/semanage/handle.h"
27%include "../include/semanage/modules.h"
28%include "../include/semanage/context_record.h"
29%include "../include/semanage/boolean_record.h"
30%include "../include/semanage/booleans_policy.h"
31%include "../include/semanage/booleans_local.h"
32%include "../include/semanage/booleans_active.h"
33%include "../include/semanage/iface_record.h"
34%include "../include/semanage/interfaces_local.h"
35%include "../include/semanage/interfaces_policy.h"
36%include "../include/semanage/user_record.h"
37%include "../include/semanage/users_local.h"
38%include "../include/semanage/users_policy.h"
39%include "../include/semanage/port_record.h"
40%include "../include/semanage/ports_local.h"
41%include "../include/semanage/ports_policy.h"
42%include "../include/semanage/ibpkey_record.h"
43%include "../include/semanage/ibpkeys_local.h"
44%include "../include/semanage/ibpkeys_policy.h"
45%include "../include/semanage/ibendport_record.h"
46%include "../include/semanage/ibendports_local.h"
47%include "../include/semanage/ibendports_policy.h"
48%include "../include/semanage/fcontext_record.h"
49%include "../include/semanage/fcontexts_local.h"
50%include "../include/semanage/fcontexts_policy.h"
51%include "../include/semanage/seuser_record.h"
52%include "../include/semanage/seusers_local.h"
53%include "../include/semanage/seusers_policy.h"
54%include "../include/semanage/node_record.h"
55%include "../include/semanage/nodes_local.h"
56%include "../include/semanage/nodes_policy.h"
57%include "../include/semanage/semanage.h"
58