forked from firewalld/firewalld
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
115 lines (82 loc) · 3.19 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
README for firewalld
====================
firewalld provides a dynamically managed firewall with support for network or
firewall zones to define the trust level of network connections or interfaces.
It has support for IPv4, IPv6 firewall settings and for ethernet bridges and a
separation of runtime and permanent configuration options. It also provides an
interface for services or applications to add ip*tables and ebtables rules
directly.
Development
-----------
To check out the source repository, you can use:
git clone https://github.com/t-woerner/firewalld.git
This will create a local copy of the repository.
Working With The Source Repository
----------------------------------
You can use the source repository directly to test out changes. Change into the
firewalld base directory and set the following environment variables.
export FIREWALLD_DEVEL_ENV=$(pwd)/src
export PYTHONPATH=$FIREWALLD_DEVEL_ENV
Install the following requirements or packages:
desktop-file-utils: /usr/bin/desktop-file-install
gettext
intltool
glib2: /usr/bin/glib-compile-schemas
glib2-devel: /usr/share/aclocal/gsettings.m4
systemd-units
iptables
ebtables
For use with Python 3:
python3-dbus
python3-slip-dbus
python3-decorator
python3-gobject
For use with Python 2:
dbus-python
python-slip-dbus (http://fedorahosted.org/python-slip)
python-decorator
pygobject3-base (non-cairo parts of pygobject3)
To be able to create man pages and documentation from docbook files:
docbook-style-xsl
Use
./autogen.sh
in the base directory to create for example src/firewall/config/__init__.py
Use
make
to create the documentation and to update the po files.
Now you are done.
RPM package
-----------
For Fedora and RHEL based distributions, there is a spec file in the source
repo named firewalld.spec. This should be usable for Fedora versions >= 16 and
RHEL >= 7.
Links
-----
Homepage: http://www.firewalld.org
Report a bug: https://github.com/t-woerner/firewalld/issues
Git repo browser: https://github.com/t-woerner/firewalld
Git repo: https://github.com/t-woerner/firewalld.git
Documentation: https://fedoraproject.org/wiki/FirewallD
Mailing lists
-------------
For usage: https://fedorahosted.org/mailman/listinfo/firewalld-users
For development: https://fedorahosted.org/mailman/listinfo/firewalld-devel
Directory Structure
-------------------
config/ Configuration files
config/icmptypes/ Predefined ICMP types
config/services/ Predefined services
config/xmlschema/ XML Schema checks for config files
config/zones/ Predefined zones
doc/ Documentation
doc/man/ Base directory for man pages
doc/man/man1/ Man(1) pages
doc/man/man5/ Man(5) pages
patches/ Common patches
po/ Translations
shell-completion/ Base directory for auto completion scripts
shell-completion/bash/ Bash auto completion scripts
src/ Source tree
src/firewall/ Import tree for the sevice and all applications
src/icons/ Icons in the sizes: 16, 22, 24, 32, 48 and scalable
src/tests/ Test scripts