@@ -48,7 +48,7 @@ below for more details.
48
48
Trust of Unprivileged Users
49
49
---------------------------
50
50
Even with the appropriate compile server available, each
51
- unprivileged user must be explicitely trusted. This is done by adding each
51
+ unprivileged user must be explicitly trusted. This is done by adding each
52
52
unprivileged user to the group stapusr and possibly the group stapsys
53
53
on each host on which they will
54
54
run systemtap scripts. To see if you are a member of the group stapusr on the
@@ -99,7 +99,7 @@ stap_5330.ko
99
99
# staprun stap_5330.ko
100
100
Hello
101
101
102
- Note that the module has already been ceritified (signed), so no special options
102
+ Note that the module has already been certified (signed), so no special options
103
103
are needed.
104
104
105
105
Additional Information
@@ -177,7 +177,7 @@ Starting stap-server -a "x86_64" -r "2.6.34.7-61.fc13.x86_64" -u "stap-server"
177
177
This starts a compile server for the specified kernel release and hardware
178
178
architecture. The kernel and kernel-devel package for the specified release and
179
179
architecture must be installed on the server host. The kernel-debuginfo package
180
- for each kernel release and archtecture should also be installed, but is not
180
+ for each kernel release and architecture should also be installed, but is not
181
181
relevant for unprivileged users.
182
182
183
183
If either one (or both) the kernel release and/or architecture is not
@@ -215,7 +215,7 @@ administrator trusts it to correctly check a systemtap script for
215
215
behavior which should not be made available to unprivileged users. When a
216
216
script is compiled using the --privilege option, the server checks the
217
217
script for such behavior and cryptographically signs the resulting module if it
218
- is safe for use by unprivileged users. Verification of ths signature certifies
218
+ is safe for use by unprivileged users. Verification of the signature certifies
219
219
that the module was certified as 'safe' by the server and that it has not been
220
220
altered since it was certified.
221
221
@@ -271,7 +271,7 @@ Each of the servers you specified in stap 2 above should be listed.
271
271
Trust of Unprivileged Users
272
272
---------------------------
273
273
Finally, once compile servers have been set up and are trusted, each
274
- unprivileged user must be explicitely trusted. This is done by adding each
274
+ unprivileged user must be explicitly trusted. This is done by adding each
275
275
unprivileged user to the group stapusr, and possibly the group stapsys on each host on which they
276
276
will run systemtap scripts:
277
277
0 commit comments