@@ -127,13 +127,13 @@ $ for DBNAME in template0 template1 postgres; do
127
127
First, build and install the policy package for the regression test.
128
128
The <filename>sepgsql-regtest.pp</> is a special purpose policy package
129
129
which provides a set of rules to be allowed during the regression tests.
130
- It should be built from the policy sourcefire
130
+ It should be built from the policy sourcefile
131
131
(<filename>sepgsql-regtest.te</>), which is normally done using
132
132
<command>make</command>. You will need to locate the appropriate
133
133
Makefile on your system; the path shown below is only an example.
134
134
Once built, you can install this policy package using the
135
135
<command>semodule</> command, which links supplied policy packages and
136
- loads them into the kernel space. If thispackages is correctly installed,
136
+ loads them into the kernel space. If thispackage is correctly installed,
137
137
<literal><command>semodule</> -l</> should list sepgsql-regtest as an
138
138
available policy package.
139
139
</para>