This file is indexed.

/usr/share/doc/mason/mason-9.html is in mason 1.0.0-12.2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
 <META NAME="GENERATOR" CONTENT="SGML-Tools 1.0.9">
 <TITLE>The Mason HOWTO: Notes about Mason itself</TITLE>
 <LINK HREF="mason-10.html" REL=next>
 <LINK HREF="mason-8.html" REL=previous>
 <LINK HREF="mason.html#toc9" REL=contents>
</HEAD>
<BODY>
<A HREF="mason-10.html"><IMG SRC="next.gif" ALT="Next"></A>
<A HREF="mason-8.html"><IMG SRC="prev.gif" ALT="Previous"></A>
<A HREF="mason.html#toc9"><IMG SRC="toc.gif" ALT="Contents"></A>
<HR>
<H2><A NAME="s9">9. Notes about Mason itself</A></H2>

<H2><A NAME="ss9.1">9.1 File descriptions</A>
</H2>

<P>
<P>
<P>
<DL>
<DT><B>COPYING</B><DD><P>The GNU General Public License.
<DT><B>Makefile</B><DD><P>Used in packaging and distribution.
<DT><B>baserules</B><DD><P>The baserules file is one of two files that hold your firewall rules.  baserules holds the rules that
you've checked over and are sure should be part of your final firewall.
<DT><B>baserules.sample</B><DD><P>A few possible rules for use as a starting point.
<DT><B>firewall</B><DD><P>The boot time script for use in /etc/rc.d/init.d.
<DT><B>index.html</B><DD><P>The Mason web page.
<DT><B>mason</B><DD><P>The actual mason script.
<DT><B>mason-gui-text</B><DD><P>The rudimentary interface to running Mason and building a firewall.
<DT><B>mason-gui-text.1</B><DD><P>man page for mason-gui-text.
<DT><B>mason.1</B><DD><P>man page for mason.
<DT><B>mason.html</B><DD><P>The primary documentation for the package, in hypertext.
<DT><B>mason.lsm</B><DD><P>The Linux Software Map entry.
<DT><B>mason.sgml</B><DD><P>The primary documentation for the package.  The sgml format is designed to allow easy conversion to more readable formats.
<DT><B>mason.spec</B><DD><P>The RPM spec file.
<DT><B>mason.txt</B><DD><P>The primary documentation for the package, in a flat text file.
<DT><B>masonlib</B><DD><P>A library of functions used by a number of the other files.
<DT><B>masonrc</B><DD><P>The main configuration file.  There are intelligent defaults for all of these fields.
<DT><B>moreservices</B><DD><P>The services file I use, good as a reference if you don't recognize a protocol.
<DT><B>nmap-services</B><DD><P>The additional services file includes with the nmap tool.  An even better reference.
<DT><B>newrules</B><DD><P>newrules is the other file that holds firewall rules.  It holds rules created by mason
that you haven't looked over yet.  Think about what would happen if you were port scanned while Mason was running; if you only
had one file to hold rules, all of these portscan rules you don't want would be mixed in with the rules you do want. 
<P>An important note - rules in newrules are <EM>not</EM> part of your regular firewall - they are only used during the 
learning process.  This is why you need to merge rules from newrules to baserules once you're sure of them.
<P>
</DL>
<P>
<P>
<HR>
<A HREF="mason-10.html"><IMG SRC="next.gif" ALT="Next"></A>
<A HREF="mason-8.html"><IMG SRC="prev.gif" ALT="Previous"></A>
<A HREF="mason.html#toc9"><IMG SRC="toc.gif" ALT="Contents"></A>
</BODY>
</HTML>